diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 11:07:01 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 11:07:01 -0800 |
commit | d6c615f2680e79bbb76cc85a056aadfe3524513f (patch) | |
tree | 1df0b3fe4a85a6ffcbaf06809318fc40ed062708 /js/eslint.json | |
parent | 31530d93448bdf93c0797540a73c6b67586ad5e1 (diff) |
Removed JS implementation, which is moving to its own repo:
<https://github.com/jgm/commonmark.js>
Diffstat (limited to 'js/eslint.json')
-rw-r--r-- | js/eslint.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/js/eslint.json b/js/eslint.json deleted file mode 100644 index 42ba06f..0000000 --- a/js/eslint.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "env": { - "browser": false, - "node": true, - }, - "rules": { - "no-constant-condition": false, - "no-underscore-dangle": false, - "camelcase": false, - "quotes": false, - "no-process-exit": false, - "no-empty": false, - "new-caps": { - "newIsCap": true, - "capIsNew": true, - "newIsCapExceptions": [], - "capIsNewExceptions": [] - } - } -} |