0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 12:10:08 +01:00
nodejs/tools/eslint-rules
Antoine du Hamel 14000517b4
tools: refactor avoid-prototype-pollution lint rule
The lint rule was not catching all occurences of unsafe primordials use,
and was too strict on some methods.

PR-URL: https://github.com/nodejs/node/pull/43476
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2022-08-27 11:37:04 +02:00
..
alphabetize-errors.js
async-iife-no-unused-result.js
avoid-prototype-pollution.js tools: refactor avoid-prototype-pollution lint rule 2022-08-27 11:37:04 +02:00
crypto-check.js
documented-deprecation-codes.js
documented-errors.js
eslint-check.js
inspector-check.js
lowercase-name-for-primitive.js
no-array-destructuring.js
no-duplicate-requires.js
no-unescaped-regexp-dot.js
non-ascii-character.js
prefer-assert-iferror.js
prefer-assert-methods.js
prefer-common-mustnotcall.js
prefer-common-mustsucceed.js
prefer-primordials.js
prefer-util-format-errors.js
require-common-first.js
required-modules.js
rules-utils.js