node-linter icon indicating copy to clipboard operation
node-linter copied to clipboard

[deprecared] Code quality tools collection in one nodejs module

Results 4 node-linter issues
Sort by recently updated
recently updated
newest added

Installation fails on Mac. following is the error. I've used `npm install linter --no-optional`. npm version 3.6.0 node version v5.7.0 ``` npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/Cellar/node/5.7.0/bin/node" "/usr/local/bin/npm"...

npm install linter [email protected] ./node_modules/linter/node_modules/argsparser [email protected] ./node_modules/linter/node_modules/sharedjs/node_modules/uglify-js [email protected] ./node_modules/linter/node_modules/sharedjs > [email protected] install /Users/camilo/Dropbox/Development/foo/bar/node_modules/linter > make install cd ./deps/closure-linter && python ./setup.py install running install install_dir /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ error: can't create or...

bug

Currently every linter checks one file, while main linter lib is doing the loop over all files. We have to move the loop to each linter and pass all files...

enhancement

- put binary into deps dir instead of compiled script, because some people will not be able to run this (windows), then add install command to Makefile like its done...

enhancement