[stylelint] Unexpected missing end-of-source newline (no-missing-end-of-source-newline)
[stylelint] Expected "backgroundColor" to be "backgroundcolor" (value-keyword-case)
[stylelint] Expected a trailing semicolon (declaration-block-trailing-semicolon)
如何阻止VS Code Styleint 扩展报告这样的事情?如您所见,它并不是特别有用:P
更新:
澄清一下,我有一个.stylelintrc
配置文件,我的规则是我想要的,但我希望它对我的样式而不是我的 JavaScript 进行 lint。扩展描述说:
stylelint 自动验证具有以下语言标识符的文档:
...并且javascriptreact
是这些语言标识符之一。我想知道如何阻止扩展验证javascriptreact
文档。