summaryrefslogtreecommitdiff
path: root/eslint.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:32:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-10 20:32:09 -0800
commit001a76a95ca38e696a4f4c759b595a9556d4f660 (patch)
tree7dedc1ed8c1809319c5435b42031dd5c57600e7e /eslint.json
parent35005ade4bcf02d5238ae4d7e2c5b63b501f7f22 (diff)
Added eslint.json and 'lint' target in Makefile.
Diffstat (limited to 'eslint.json')
-rw-r--r--eslint.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/eslint.json b/eslint.json
new file mode 100644
index 0000000..cee3ecc
--- /dev/null
+++ b/eslint.json
@@ -0,0 +1,9 @@
+{
+ "env": {
+ "browser": true,
+ "node": true,
+ },
+ "rules": {
+ "camelcase": false,
+ }
+}