1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
[js-standard]
flags = todo style
files = *.js
comment = https://github.com/feross/standard
[js-modern-standard]
flags = todo style
files = *.js
comment = https://github.com/modern-standard/modern-standard
[librejs-cli]
flags = todo copyright
comment = librejs-cli is not yet packaged (#820166)
apt = librejs-cli
files = *.js
command = librejs-cli {files}
# TODO: coffeelint
# TODO: pylama #779449
# TODO: https://github.com/jscs-dev/node-jscs (deprecated)
# TODO: https://www.airpair.com/node.js/posts/top-10-mistakes-node-developers-make
# TODO: https://github.com/rdio/jsfmt
# TODO: https://github.com/mozilla/scanjs (deprecated)
# TODO: https://github.com/eslint/eslint
# TODO: https://github.com/es-analysis/plato
# TODO: https://github.com/abuiles/ember-watson
# TODO: http://www.coffeelint.org/
# TODO: http://www.jslint.com/
# TODO: http://jshint.com/
# TODO: https://flow.org/
# TODO: closure-linter
# TODO: shell metacharacter injection: child_process.exec()
# TODO: https://github.com/MozillaSecurity/funfuzz/
# vim:ft=dosini
|