ConnectForce/eslint.jsconfig.json

11 lines
173 B
JSON
Raw Permalink Normal View History

2022-12-04 18:32:52 +00:00
{
2022-12-04 19:47:18 +00:00
"extends": "./tsconfig.base.json",
2022-12-14 07:25:47 +00:00
"compilerOptions": {
"allowJs": true,
"checkJs": true
},
2022-12-04 18:32:52 +00:00
"include": [
"./.eslintrc.cjs"
]
}