Can I stop stylelint extension from validating JavaScript file?

前端 未结 3 2009
太阳男子
太阳男子 2020-12-20 17:47

Good day,

In above picture, stylelint prompt a CSS error in a JS file. Is there a way to stop stylelint from validating javascript file, I coundn\'t find su

3条回答
  •  醉话见心
    2020-12-20 18:29

    stylelint:validate You can stop style-lint from VScode to ignore the javascript file too.

    In settings search for stylelint -> at the bottom you can see Stylelint:Validate part. Select javascript and delete. It should fix your problem

提交回复
热议问题