summaryrefslogtreecommitdiff
path: root/eslint.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:45:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:45:51 -0800
commitd9e21b680909b633831fd7e1d998e56ebfc37555 (patch)
tree2a9a5e829d738cc9f9ba81f10e7153d67b9d7c80 /eslint.json
parent109aa6106f3f4143f1b32ac9e8e63888da22f87e (diff)
eslint.json - don't worry about quote style.
Diffstat (limited to 'eslint.json')
-rw-r--r--eslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint.json b/eslint.json
index cee3ecc..aba41a0 100644
--- a/eslint.json
+++ b/eslint.json
@@ -5,5 +5,6 @@
},
"rules": {
"camelcase": false,
+ "quotes": false
}
}