mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["src", "tests", "tools", "/tmp/lint/test/linters"],
|
|
"overrides": [
|
|
{
|
|
"extends": ["plugin:@typescript-eslint/disable-type-checked"],
|
|
"files": ["./**/*.{ts,tsx}"]
|
|
}
|
|
]
|
|
}
|