summaryrefslogtreecommitdiff
path: root/tools/eslint-rules
Commit message (Expand)AuthorAgeFilesLines
* tools: fix bug in `prefer-primordials` lint ruleAntoine du Hamel2023-02-171-1/+1
* tools: update ESLint custom rules to not use the deprecated formatAntoine du Hamel2023-02-035-199/+200
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-0/+53
* tools: enforce use of trailing commas in `tools/`Antoine du Hamel2022-12-1820-66/+66
* tools: add `ArrayPrototypeConcat` to the list of primordials to avoidAntoine du Hamel2022-12-171-0/+8
* esm: protect ESM loader from prototype pollutionAntoine du Hamel2022-10-271-0/+7
* lib: add lint rule to protect against `Object.prototype.then` pollutionAntoine du Hamel2022-10-211-16/+40
* util: add MIME utilities (#21128)Bradley Farias2022-10-191-2/+7
* tools: refactor deprecated format in no-unescaped-regexp-dotMadhuri2022-09-271-95/+98
* tools: update eslint-check.js to object styleandiemontoyeah2022-09-271-39/+40
* tools: fix typo in `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-08-301-2/+2
* tools: refactor `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-08-271-23/+42
* lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-07-261-4/+28
* tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel2022-06-161-0/+17
* tools: report unsafe string and regex primordials as lint errorsAntoine du Hamel2022-06-161-0/+41
* tools: add `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-06-111-0/+92
* tools: lint deprecation codesAntoine du Hamel2022-02-192-0/+45
* tools: fix bugs in prefer-primordials linter ruleAntoine du Hamel2022-02-181-2/+17
* tools: fix typo in prefer-primordials.jsIkko Ashimine2022-02-081-1/+1
* tools: remove conditional assignment in custom ESLint ruleRich Trott2022-01-051-9/+10
* lib,tools: remove empty lines between JSDoc tagsRich Trott2021-12-191-3/+0
* doc,lib,tools: align multiline commentsRich Trott2021-12-091-3/+3
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-292-6/+6
* tools: fix bug in `prefer-primordials` ESLint ruleAntoine du Hamel2021-11-041-4/+20
* tools: prepare ESLint rules for 8.0.0 requirementsRich Trott2021-10-112-122/+124
* tools: remove fixer for non-ascii-character ESLint custom ruleRich Trott2021-04-281-10/+0
* tools: fix object name in prefer-assert-methods.jsTobias Nießen2021-03-051-2/+2
* tools: add ESLint rule no-array-destructuringAntoine du Hamel2021-03-031-0/+83
* tools: refactor prefer-primordialsAntoine du Hamel2021-02-161-21/+19
* lib,tools: enforce access to prototype from primordialsAntoine du Hamel2020-11-141-1/+0
* tools: add new ESLint rule: prefer-primordialsLeko2020-11-071-0/+156
* test: add common.mustSucceedTobias Nießen2020-10-171-0/+66
* tools: add meta.fixable to fixable lint rulescjihrig2020-08-038-0/+30
* tools: add linting rule for async IIFEsAnna Henningsen2020-07-201-0/+37
* tools: update ESLint to 7.0.0-alpha.3cjihrig2020-04-021-1/+1
* lib,tools,test: remove custom number-isnan rulecjihrig2020-01-081-14/+0
* tools: remove prefer-common-expectserror lint rulecjihrig2020-01-021-21/+0
* doc,errors: use code markup/markdown in headersRich Trott2019-12-261-2/+2
* tools: decrease code duplication for isString() in lint rulescjihrig2019-05-174-25/+7
* tools: DRY isRequireCall() in lint rulescjihrig2019-05-154-24/+12
* tools: allow RegExp in required-modules eslint ruleRichard Lau2019-05-131-19/+17
* tools: force common be required before any other modulesZYSzys2019-05-131-0/+98
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-061-0/+4
* lib: remove `env: node` in eslint config for lib filesJoyee Cheung2019-04-061-50/+0
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* tools: remove eslint rule no-let-in-for-declarationgengjiawen2019-03-261-38/+0
* tools: tidy function arguments in eslint rulesRich Trott2019-03-163-3/+3
* tools: replace var to let/constMasashi Hirano2019-03-077-22/+22
* tools: refactor tools JS codeRich Trott2019-03-042-5/+3
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-282-3/+3