Skip to content

Commit

Permalink
thjs-63: * eslint and tsconfig small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ldemar01 committed Dec 14, 2023
1 parent acbf01d commit 2864278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ parserOptions:
ecmaVersion: 2022
sourceType: module
project:
- tsconfig.json
- ./tsconfig.json
- ./shared/tsconfig.json
- ./client/jsconfig.json
- ./server/tsconfig.json

Expand Down
8 changes: 2 additions & 6 deletions shared/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"include": [
"src/**/*.ts",
"src/libs/packages/config/libs/types/configurable.type.ts"
],
"include": ["src/**/*.ts"],
"exclude": ["node_modules/*"],
"compilerOptions": {
"allowJs": true,
Expand All @@ -21,7 +18,6 @@
},
"types": ["node"],
"isolatedModules": true,
"strictNullChecks": true,
"noPropertyAccessFromIndexSignature": true
"strictNullChecks": true
}
}

0 comments on commit 2864278

Please sign in to comment.