fabric icon indicating copy to clipboard operation
fabric copied to clipboard

error in eslit7

Open luzhiy123 opened this issue 3 years ago • 0 comments

Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: .eslintrc.js. The file must be included in at least one of the projects provided.eslint

module.exports = { extends: [require.resolve('@umijs/fabric/dist/eslint')], globals: { page: true, REACT_APP_ENV: true, }, };

luzhiy123 avatar Sep 08 '21 02:09 luzhiy123