node/test/abort
Anatoli Papirovski 509b3b81d6
tools: enable additional eslint rules
Enable additional rules that node either already adheres to
or it makes sense to do so going forward: for-direction,
accessor-pairs, no-lonely-if and symbol-description.

Fix all instances of no-lonely-if in lib & test and disable
accessor-pairs in test-util-inspect.

PR-URL: https://github.com/nodejs/node/pull/16243
Refs: https://eslint.org/docs/rules/for-direction
Refs: https://eslint.org/docs/rules/accessor-pairs
Refs: https://eslint.org/docs/rules/no-lonely-if
Refs: https://eslint.org/docs/rules/symbol-description
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-10-23 17:21:11 -04:00
..
test-abort-backtrace.js test: improve test-abort-backtrace 2017-09-12 03:18:13 +02:00
test-abort-uncaught-exception.js tools: enable additional eslint rules 2017-10-23 17:21:11 -04:00
test-http-parser-consume.js test,process: run 'abort' suite on Windows 2017-09-25 10:36:55 -07:00
test-process-abort-exitcode.js src: fix process.abort() interaction with V8 2017-08-02 12:22:25 +02:00
testcfg.py test: run abort tests 2017-09-12 03:18:13 +02:00