feat: include test directories in tsconfig files, disable no-explicit-any for test files, and document testing policy relaxations.
This commit is contained in:
@@ -76,6 +76,12 @@ export default tseslint.config(
|
||||
'@typescript-eslint/no-empty-object-type': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['**/test/**/*.ts', '**/*.test.ts', '**/*.spec.ts'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user