{ "extends": "./tsconfig.json", "include": [ // 👇️ add all the directories and files // that you want to lint here "src", // add all files in which you see // the "parserOptions.project" error ".eslintrc.cjs", "__mocks__", "jest.config.ts", ".storybook", "babel.config.ts", "index.d.ts", "tsconfig.eslint.json" ] }