mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
e277edca06
* Use ts-standard instead of standard as TYPESCRIPT_STANDARD * Add ts-standard * Update test case * Update test case * Add tsconfig.json * Add tsconfig.json environment value * Fix "TypeScript" * Fix package version * Fix package version * Fix package version * Fix package version * Fix settings * Remove config file env * Fix version * Fix eslintrc * Fix project path * Fix project path * Fix setting * Fix env * Add .eslintrc.yml for ts-standard * Fix README * Fix settings * Change include paths * Change include paths * Change include paths * Change include paths * Fix dependencies * Fix dependencies * Fix dependence versions
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"tests",
|
|
"tools",
|
|
"/tmp/lint/.automation/test"
|
|
]
|
|
}
|