node/test/gc
Rich Trott 7406cd3a59 tools: lint for spacing around unary operators
Enable `space-unary-ops` in `.eslintrc`. This prohibits things like:

    i ++        // use `i++` instead
    typeof(foo) // use `typeof foo` or `typeof (foo)` instead

Ref: https://github.com/nodejs/node/pull/4772#discussion_r51732299
PR-URL: https://github.com/nodejs/node/pull/5063
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-02-04 10:56:17 -08:00
..
node_modules/weak src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
test-http-client-connaborted.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-http-client-onerror.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-http-client-timeout.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-http-client.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
test-net-timeout.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
testcfg.py test: refactor to use common testcfg 2014-01-20 09:00:13 -08:00