summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-20 12:16:59 -0400
committerGitHub <noreply@github.com>2020-09-20 12:16:59 -0400
commit29890f7625e7a9d0760acb163a9d7181e3d0f08f (patch)
treea7c551fda005d74206a0f9afe5dfe3723471986c /.eslintrc.json
parent943ec413369021852b1f8351562644bfa3e15ffe (diff)
Remove comments from . eslintrc.json (#853)
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"
},