fabric
fabric copied to clipboard
error in eslit7
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, }, };