Use blint for linting, rather than in-tree tool
(Blint is the in-tree tool factored into its own npm package.)
Showing
- bin/lint 1 addition, 14 deletionsbin/lint
- package.json 2 additions, 1 deletionpackage.json
- test/lint.js 11 additions, 0 deletionstest/lint.js
- test/lint/acorn.js 0 additions, 1782 deletionstest/lint/acorn.js
- test/lint/lint.js 0 additions, 166 deletionstest/lint/lint.js
- test/lint/walk.js 0 additions, 313 deletionstest/lint/walk.js
- test/run.js 1 addition, 8 deletionstest/run.js
... | ... | @@ -8,7 +8,8 @@ |
"directories": {"lib": "./lib"}, | ||
"scripts": {"test": "node ./test/run.js"}, | ||
"devDependencies": {"node-static": "0.6.0", | ||
"phantomjs": "1.9.2-5"}, | ||
"phantomjs": "1.9.2-5", | ||
"blint": "^0.1.0"}, | ||
"bugs": "http://github.com/codemirror/CodeMirror/issues", | ||
"keywords": ["JavaScript", "CodeMirror", "Editor"], | ||
"homepage": "http://codemirror.net", | ||
... | ... |
test/lint.js
0 → 100644
test/lint/acorn.js
deleted
100644 → 0
This diff is collapsed.
test/lint/lint.js
deleted
100644 → 0
test/lint/walk.js
deleted
100644 → 0
Please register or sign in to comment