Remove unnecessary options for arrow-parens rule

This commit is contained in:
Schuyler Cebulskie
2017-03-17 01:47:50 -04:00
parent e757f7c0d8
commit bfb3f39e94

View File

@@ -132,9 +132,7 @@
"unicode-bom": "error",
"arrow-body-style": "error",
"arrow-parens": ["error", "as-needed", {
"requireForBlockBody": false
}],
"arrow-parens": ["error", "as-needed"],
"arrow-spacing": "error",
"no-duplicate-imports": "error",
"no-useless-computed-key": "error",