summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7f52702c..9363318b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -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"
},