0


Error while loading rule ‘@typescript-eslint/dot-notation‘

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.

在eslint.js中加入代码

"parserOptions":{..."project":['./tsconfig.json'],...},

本文转载自: https://blog.csdn.net/chendiancd/article/details/128531381
版权归原作者 sendiment 所有, 如有侵权,请联系我们删除。

“Error while loading rule ‘@typescript-eslint/dot-notation‘”的评论:

还没有评论