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'],...},
版权归原作者 sendiment 所有, 如有侵权,请联系我们删除。