We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__testfixtures__
1 parent 13a63f8 commit 372badeCopy full SHA for 372bade
codemods/eslint.config.mts
@@ -3,7 +3,7 @@ import prettierConfig from 'eslint-config-prettier'
3
import { config, configs, parser } from 'typescript-eslint'
4
5
const ESLintConfig = config(
6
- { name: 'ignores', ignores: ['**/dist/'] },
+ { name: 'ignores', ignores: ['**/dist/', '**/__testfixtures__/'] },
7
{ name: 'javascript', ...js.configs.recommended },
8
...configs.recommended,
9
...configs.stylistic,
0 commit comments