ConnectForce/eslint.jsconfig.json
Manuel Thalmann 02938810e0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Enable checking of all js files
2022-12-14 08:25:47 +01:00

11 lines
173 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true
},
"include": [
"./.eslintrc.cjs"
]
}