summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-17 16:57:40 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-17 16:57:40 +0100
commit87d47b7a3d4e3ef6ade11901a05febe3d16b41fc (patch)
tree70ebf85fb828286b27c6e024f1a68eb9ae4e8681 /.eslintrc.json
parent3cf0bed154e9c1735f1c3c0550193ecfb0e086ef (diff)
.eslintrc.json: Enforce consistent "dot-location" style
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": "^_"