Remove comments from . eslintrc.json (#853)

This commit is contained in:
toasted-nutbread 2020-09-20 12:16:59 -04:00 committed by GitHub
parent 943ec41336
commit 29890f7625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@
"semi": "error",
"wrap-iife": ["error", "inside"],
// Whitespace rules
"brace-style": ["error", "1tbs", {"allowSingleLine": true}],
"indent": ["error", 4, {"SwitchCase": 1, "MemberExpression": 1, "flatTernaryExpressions": true, "ignoredNodes": ["ConditionalExpression"]}],
"object-curly-newline": "error",
@ -78,7 +77,6 @@
"template-curly-spacing": ["error", "never"],
"template-tag-spacing": ["error", "never"],
// Extensions
"no-unsanitized/method": "error",
"no-unsanitized/property": "error"
},