summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 0301d145aa..472f568561 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -6,7 +6,7 @@
},
"rules": {
"camelcase": "warn",
- "dot-location": "off",
+ "dot-location": "warn",
"eqeqeq": ["error", "always"],
"no-unused-vars": ["error", {
"argsIgnorePattern": "^_"