diff options
Diffstat (limited to 'tsconfig.eslint.json')
| -rw-r--r-- | tsconfig.eslint.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json new file mode 100644 index 0000000..0ada21c --- /dev/null +++ b/tsconfig.eslint.json @@ -0,0 +1,18 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["**/node_modules/**", "**/dist/**"], + "include": [ + "./.storybook/**/*", + "./src/**/*", + "./tests/**/*", + "./commitlint.config.js", + "./cypress.config.js", + "./jest.config.js", + "./jest.setup.js", + "./lint-staged.config.js", + "./mdx.d.ts", + "./next-sitemap.config.js", + "./next-env.d.ts", + "./next.config.js" + ] +} |
