Is it possible to turn off the [no-duplicate-selectors] error message for CSS files?
@teodor, is there an answer to this?
Can you please show and example of such an error and when/where does it appear exactly?
No, it’s not possible to disable this.
Thanks Teodor.
You can disable linting by adding the comment /* stylelint-disable */ .
Enabling it again later in the css is done with /* stylelint-enable */.
Thanks @patrick!
