Skip to content

Commit 880e997

Browse files
author
John Doe
committed
refactor: remove disabled rules
1 parent e4a4864 commit 880e997

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tools/zod2md-jsdocs/eslint.config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,4 @@ module.exports = [
88
'@nx/dependency-checks': 'error',
99
},
1010
},
11-
{
12-
files: ['**/*.ts', '**/*.cjs', '**/*.js'],
13-
rules: {
14-
'import/no-commonjs': 'off',
15-
'@typescript-eslint/no-require-imports': 'off',
16-
'@typescript-eslint/no-unused-vars': 'off',
17-
'unicorn/prefer-module': 'off',
18-
'functional/immutable-data': 'off',
19-
'arrow-body-style': 'off',
20-
},
21-
},
2211
];

0 commit comments

Comments
 (0)