node/test
Rich Trott 7fc2e3161f tools: add Node.js-specific ESLint rules
Add these rules:

* no-restricted-modules: See
http://eslint.org/docs/rules/no-restricted-modules. It has been
configured to prohibit the use of the deprecated `sys` and `_linklist`
modules.
* no-new-require: See http://eslint.org/docs/rules/no-new-require
* no-mixed-requires: http://eslint.org/docs/rules/no-mixed-requires

PR-URL: https://github.com/nodejs/node/pull/5320
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-02-22 10:49:07 +11:00
..
abort
addons test: add addons test for MakeCallback 2016-02-15 23:14:11 +11:00
cctest
debugger lib,test: remove extra semicolons 2016-01-18 07:42:06 -06:00
disabled
fixtures test: enable to work pkcs12 test in FIPS mode 2016-02-09 23:07:56 +11:00
gc tools: lint for spacing around unary operators 2016-02-09 23:07:49 +11:00
internet test: fix style issues after eslint update 2016-01-14 22:20:39 +11:00
message node: improve process.nextTick performance 2016-02-10 10:54:17 +11:00
parallel tools: add Node.js-specific ESLint rules 2016-02-22 10:49:07 +11:00
pummel test: pummel test fixes 2016-02-08 23:01:13 +11:00
sequential src,test,tools: modify for more stringent linting 2016-02-21 22:12:33 +11:00
testpy
timers test: remove unused vars 2016-01-06 12:11:00 -05:00
.eslintrc
common.js test: remove unneeded common.indirectInstanceOf() 2016-02-15 23:14:06 +11:00