diff options
author | John MacFarlane <[email protected]> | 2015-01-12 20:31:53 -0800 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2015-01-12 20:31:53 -0800 |
commit | cf32b93b72453c4b280fd0863c5c231054dfc263 (patch) | |
tree | aba96eda1649ce778e95b0f5ebd7fd01fbcb7dae /eslint.json | |
parent | 292b0bdad1aa79483a7498e72028bbff8134cebb (diff) |
Moved eslint.json to js/ subdir.
Diffstat (limited to 'eslint.json')
-rw-r--r-- | eslint.json | 18 |
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": [] - } - } -} |