diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 20:45:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 20:45:51 -0800 |
commit | d9e21b680909b633831fd7e1d998e56ebfc37555 (patch) | |
tree | 2a9a5e829d738cc9f9ba81f10e7153d67b9d7c80 | |
parent | 109aa6106f3f4143f1b32ac9e8e63888da22f87e (diff) |
eslint.json - don't worry about quote style.
-rw-r--r-- | eslint.json | 1 |
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 } } |