mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Remove needless settings
This commit is contained in:
parent
4eec4217a5
commit
79d2bf8dd5
@ -42,7 +42,6 @@
|
|||||||
],
|
],
|
||||||
"no-construct": true,
|
"no-construct": true,
|
||||||
"no-debugger": true,
|
"no-debugger": true,
|
||||||
"no-duplicate-key": true,
|
|
||||||
"no-duplicate-variable": true,
|
"no-duplicate-variable": true,
|
||||||
"no-empty": true,
|
"no-empty": true,
|
||||||
"no-eval": false,
|
"no-eval": false,
|
||||||
@ -52,7 +51,6 @@
|
|||||||
"no-shadowed-variable": false,
|
"no-shadowed-variable": false,
|
||||||
"no-string-literal": false,
|
"no-string-literal": false,
|
||||||
"no-switch-case-fall-through": true,
|
"no-switch-case-fall-through": true,
|
||||||
"no-unreachable": true,
|
|
||||||
"no-unsafe-finally": true,
|
"no-unsafe-finally": true,
|
||||||
"no-unused-expression": true,
|
"no-unused-expression": true,
|
||||||
"no-unused-new": true,
|
"no-unused-new": true,
|
||||||
@ -91,7 +89,6 @@
|
|||||||
"new-parens": true,
|
"new-parens": true,
|
||||||
"no-angle-bracket-type-assertion": true,
|
"no-angle-bracket-type-assertion": true,
|
||||||
"no-consecutive-blank-lines": true,
|
"no-consecutive-blank-lines": true,
|
||||||
"no-constructor-vars": true,
|
|
||||||
"object-literal-key-quotes": false,
|
"object-literal-key-quotes": false,
|
||||||
"one-line": [true,
|
"one-line": [true,
|
||||||
"check-catch",
|
"check-catch",
|
||||||
|
Loading…
Reference in New Issue
Block a user