DocSpace-client/packages/client/tsconfig.eslint.json
2024-02-21 22:27:39 +05:00

19 lines
393 B
JSON

{
"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",
"global.d.ts"
]
}