Merge branch 'master' of https://dev.sp-tarkov.com/SPT/Server
This commit is contained in:
commit
632a5f3656
@ -1,7 +1,4 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.strictNullChecks.json"
|
||||
},
|
||||
"extends": [
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@stylistic/recommended-extends",
|
||||
@ -9,7 +6,7 @@
|
||||
"plugin:import/typescript",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": ["@typescript-eslint", "@stylistic", "import", "unused-imports", "switch-allman", "strict-null-checks"],
|
||||
"plugins": ["@typescript-eslint", "@stylistic", "import", "unused-imports", "switch-allman"],
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
"typescript": {
|
||||
@ -102,8 +99,7 @@
|
||||
}
|
||||
],
|
||||
"unused-imports/no-unused-imports-ts": "error",
|
||||
"switch-allman/case-allman": "error",
|
||||
"strict-null-checks/all": "warn"
|
||||
"switch-allman/case-allman": "error"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -75,7 +75,6 @@
|
||||
"eslint-import-resolver-typescript": "~3.6",
|
||||
"eslint-plugin-import": "~2.29",
|
||||
"eslint-plugin-prettier": "~5.1",
|
||||
"eslint-plugin-strict-null-checks": "~0.1",
|
||||
"eslint-plugin-switch-allman": "~1.0",
|
||||
"eslint-plugin-unused-imports": "~3.2",
|
||||
"fs-extra": "~11.2",
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user