Remove needless settings

This commit is contained in:
Aya Morisawa 2016-12-29 09:55:50 +09:00
parent b3689f2995
commit 307f2626f6

View file

@ -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",