0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Ruben Bridgewater 463d1a490f
test,benchmark,doc: enable dot-notation rule
This enables the eslint dot-notation rule for all code instead of
only in /lib.

PR-URL: https://github.com/nodejs/node/pull/18749
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
2018-02-16 19:37:43 +01:00
..
internal module: replace magic numbers by constants 2018-02-16 19:32:03 +01:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js http: process 100, 102-199 according to specs. 2018-02-15 11:57:57 +01:00
_http_common.js http: simplify checkInvalidHeaderChar 2018-02-16 19:27:28 +01:00
_http_incoming.js tools: enable additional eslint rules 2017-10-19 13:54:14 -04:00
_http_outgoing.js http: there is no corked property of stream 2018-01-27 00:46:21 -05:00
_http_server.js http: process 100, 102-199 according to specs. 2018-02-15 11:57:57 +01:00
_stream_duplex.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_stream_passthrough.js
_stream_readable.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
_stream_transform.js stream: delete unused code 2018-02-02 23:00:50 +01:00
_stream_wrap.js lib: move _stream_wrap into internals 2017-10-19 18:06:27 +02:00
_stream_writable.js stream: fix misleading error message 2018-02-08 13:48:23 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_wrap.js tls: provide now value from C++ 2018-02-07 12:21:42 -05:00
.eslintrc.yaml test,benchmark,doc: enable dot-notation rule 2018-02-16 19:37:43 +01:00
assert.js assert: fix throws trace 2018-02-09 08:45:51 -05:00
async_hooks.js lib: provide proper deprecation code 2018-02-12 13:59:09 +01:00
buffer.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
child_process.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08:00
cluster.js
console.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
constants.js src: add support to pass flags to dlopen 2017-09-08 17:14:03 -04:00
crypto.js crypto: docs-only deprecate crypto.fips, replace 2018-02-02 07:50:31 -08:00
dgram.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
dns.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
domain.js domain: runtime deprecate MakeCallback 2018-02-09 10:38:50 +01:00
events.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
fs.js fs: replace magic numbers by named constants 2018-02-16 13:35:36 -02:00
http2.js
http.js lib: use destructuring for some constants 2017-10-16 23:34:32 +02:00
https.js https: add extra options to Agent#getName() 2018-02-10 14:15:57 +01:00
inspector.js lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
module.js module: replace magic numbers by constants 2018-02-16 19:32:03 +01:00
net.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
os.js lib,src: audit process.env in lib/ for setuid binary 2018-02-16 17:42:21 +01:00
path.js path: replace "magic" numbers by readable constants 2018-02-12 20:12:40 +01:00
perf_hooks.js perf_hooks: add warning when too many entries in the timeline 2018-01-31 15:24:58 -08:00
process.js
punycode.js
querystring.js querystring: convert to using internal/errors 2017-10-28 14:04:53 -04:00
readline.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
repl.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
stream.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
string_decoder.js string_decoder: fix regressions 2018-02-13 08:03:23 -05:00
sys.js
timers.js timers: fix enroll deprecation wording 2018-02-11 10:34:13 -05:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
url.js url: simplify loop in parser 2018-01-31 18:36:43 +01:00
util.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js vm: add modules 2018-01-30 17:00:57 -08:00
zlib.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00