Stylelint Webstorm displaying errors in the top of the file

58 Views Asked by At

I have installed stylelint in my empty nextjs project using this guide.

It works as expected, but I have 2 problems:

  1. For files which have no problems, it displays this notification all the time: enter image description here
  2. 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: enter image description here

Questions:

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

There are 0 best solutions below