Error while loading rule ‘@typescript-eslint/dot-notation’
Error while loading rule ‘@typescript-eslint/dot-notation’: You have used a rule which requires parserServices to be generated. You must therefore provide a value for the “parserOptions.project” property for @typescript-eslint/parser.文章来源:https://www.toymoban.com/news/detail-617699.html
在eslint.js中加入代码文章来源地址https://www.toymoban.com/news/detail-617699.html
"parserOptions": {
...
"project": ['./tsconfig.json'],
...
},
到了这里,关于Error while loading rule ‘@typescript-eslint/dot-notation‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!