fixed all lint errors
This commit is contained in:
parent
519d24722e
commit
26d9b9ab3f
23 changed files with 63 additions and 43 deletions
19
tsconfig.unused.json
Normal file
19
tsconfig.unused.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"apps/**/*.ts",
|
||||
"apps/**/*.tsx",
|
||||
"libs/**/*.ts",
|
||||
"libs/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts",
|
||||
"**/test/**",
|
||||
"**/tests/**"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue