DocSpace-client/packages/client/tsconfig.eslint.json

18 lines
374 B
JSON
Raw Normal View History

2024-01-26 14:13:38 +00:00
{
"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"
]
}