I have installed stylelint in my empty nextjs project using this guide.
It works as expected, but I have 2 problems:
- For files which have no problems, it displays this notification all the time:

- If a file has an error/errors, it displays it also in the notification at top of the file instead for every error per line:

Questions:
- How to disable this annoying notification in 1st case?
- How to highlight errors in code instead of listing them in notification like in the 2nd case?