summaryrefslogtreecommitdiff
path: root/eslint.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:31:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:31:53 -0800
commitcf32b93b72453c4b280fd0863c5c231054dfc263 (patch)
treeaba96eda1649ce778e95b0f5ebd7fd01fbcb7dae /eslint.json
parent292b0bdad1aa79483a7498e72028bbff8134cebb (diff)
Moved eslint.json to js/ subdir.
Diffstat (limited to 'eslint.json')
-rw-r--r--eslint.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/eslint.json b/eslint.json
deleted file mode 100644
index b3af4fe..0000000
--- a/eslint.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "env": {
- "browser": false,
- "node": true,
- },
- "rules": {
- "camelcase": false,
- "quotes": false,
- "no-process-exit": false,
- "no-empty": false,
- "new-caps": {
- "newIsCap": true,
- "capIsNew": true,
- "newIsCapExceptions": [],
- "capIsNewExceptions": []
- }
- }
-}