| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: decrease code duplication for isString() in lint rules | cjihrig | 2019-05-17 | 4 | -25/+7 |
* | tools: DRY isRequireCall() in lint rules | cjihrig | 2019-05-15 | 4 | -24/+12 |
* | tools: allow RegExp in required-modules eslint rule | Richard Lau | 2019-05-13 | 1 | -19/+17 |
* | tools: force common be required before any other modules | ZYSzys | 2019-05-13 | 1 | -0/+98 |
* | tools: fix node-core/required-modules eslint rule | Ben Noordhuis | 2019-05-06 | 1 | -0/+4 |
* | lib: remove `env: node` in eslint config for lib files | Joyee Cheung | 2019-04-06 | 1 | -50/+0 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
* | tools: remove eslint rule no-let-in-for-declaration | gengjiawen | 2019-03-26 | 1 | -38/+0 |
* | tools: tidy function arguments in eslint rules | Rich Trott | 2019-03-16 | 3 | -3/+3 |
* | tools: replace var to let/const | Masashi Hirano | 2019-03-07 | 7 | -22/+22 |
* | tools: refactor tools JS code | Rich Trott | 2019-03-04 | 2 | -5/+3 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 2 | -3/+3 |
* | tools: lint for use of internalBinding() | cjihrig | 2019-01-11 | 1 | -6/+7 |
* | tools: update crypo check rule | cjihrig | 2019-01-11 | 1 | -0/+16 |
* | tools: remove custom buffer-constructor lint rule | cjihrig | 2018-12-30 | 1 | -20/+0 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
* | tools: add no-duplicate-requires rule | Gus Caplan | 2018-07-12 | 1 | -0/+70 |
* | test,tools: refactor custom ESLint for readability | Rich Trott | 2018-06-06 | 1 | -3/+1 |
* | tools: stricter eslint rule for globals | Ruben Bridgewater | 2018-05-18 | 2 | -35/+50 |
* | tools: add eslint check for skipIfEslintMissing | Richard Lau | 2018-05-08 | 2 | -1/+61 |
* | lint: change require-buffer rule message | Gus Caplan | 2018-04-02 | 1 | -4/+4 |
* | benchmark,lib,test,tools: use consistent quotes | Rich Trott | 2018-03-07 | 1 | -4/+4 |
* | tools: fix custom eslint rule errors | Ruben Bridgewater | 2018-02-22 | 4 | -23/+15 |
* | tools: custom eslint autofix for inspector-check.js | Shobhit Chittora | 2018-02-17 | 1 | -1/+17 |
* | tools: auto fix custom crypto-check eslint rule | Shobhit Chittora | 2018-02-17 | 2 | -1/+30 |
* | tools: fix eslint isRequired | Ruben Bridgewater | 2018-02-12 | 1 | -1/+1 |
* | tools: add fixer for prefer-assert-iferror.js | Shobhit Chittora | 2018-02-07 | 1 | -2/+21 |
* | tools: non-Ascii linter for /lib only | Sarat Addepalli | 2018-02-04 | 1 | -0/+61 |
* | tools: auto fix custom eslint rule | Shobhit Chittora | 2018-02-01 | 1 | -1/+17 |
* | tools: add check for using process.binding crypto | Daniel Bevenius | 2017-12-29 | 2 | -1/+18 |
* | tools: autofixer for lowercase-name-for-primitive | Shobhit Chittora | 2017-12-26 | 1 | -5/+16 |
* | tools: add number-isnan rule | Jon Moss | 2017-12-19 | 1 | -0/+14 |
* | tools: simplify lowercase-name-for-primitive rule | cjihrig | 2017-12-15 | 1 | -28/+25 |
* | tools: add lowercase-name-for-primitive eslint rule | Weijia Wang | 2017-12-13 | 1 | -0/+49 |
* | tools: simplify no-let-in-for-declaration rule | cjihrig | 2017-12-11 | 1 | -32/+14 |
* | tools: simplify buffer-constructor rule | cjihrig | 2017-12-11 | 1 | -8/+3 |
* | tools: simplify prefer-assert-methods rule | cjihrig | 2017-12-11 | 1 | -19/+8 |
* | tools: simplify prefer-common-mustnotcall rule | cjihrig | 2017-12-11 | 1 | -22/+13 |
* | tools: prefer common.expectsError in tests | Anatoli Papirovski | 2017-12-11 | 1 | -0/+21 |
* | tools: add docs for prefer-util-format-errors rule | Jon Moss | 2017-11-30 | 1 | -0/+5 |
* | tools: add lint fixer for `require-buffer` | Bamieh | 2017-11-28 | 1 | -1/+17 |
* | errors: consistent format for error message | Anatoli Papirovski | 2017-11-18 | 1 | -0/+39 |
* | tools: remove unused trailing function arguments | Rich Trott | 2017-11-13 | 2 | -2/+2 |
* | tools: fix inspector-check reporting | Daniel Bevenius | 2017-11-13 | 1 | -4/+6 |
* | tools: add fixer for no-let-in-for-declaration | Weijia Wang | 2017-11-04 | 1 | -3/+13 |
* | tools: add eslint rule for documented errors | James M Snell | 2017-10-26 | 1 | -0/+46 |
* | tools: enable additional eslint rules | Anatoli Papirovski | 2017-10-19 | 1 | -4/+2 |
* | errors,tools: ASCIIbetical instead of alphabetical | Refael Ackermann | 2017-09-28 | 1 | -12/+13 |
* | module: Allow runMain to be ESM | Bradley Farias | 2017-09-07 | 1 | -21/+39 |
* | errors,tools: alphabetize-errors lint rule | Jon Moss | 2017-09-01 | 1 | -0/+36 |