node/tools/eslint-rules
Antoine du Hamel 5e5af2947f
tools: add polyfilled option to prefer-primordials rule
PR-URL: https://github.com/nodejs/node/pull/55318
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2024-10-17 10:37:54 +00:00
..
alphabetize-errors.js
alphabetize-primordials.js
async-iife-no-unused-result.js
avoid-prototype-pollution.js
crypto-check.js
documented-deprecation-codes.js
documented-errors.js tools: enforce ordering of error codes in errors.md 2024-10-10 17:18:20 +00:00
eslint-check.js
inspector-check.js
lowercase-name-for-primitive.js
no-array-destructuring.js
no-duplicate-requires.js lib, tools: remove duplicate requires 2024-09-25 08:51:28 +00:00
no-unescaped-regexp-dot.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
non-ascii-character.js
prefer-assert-iferror.js
prefer-assert-methods.js
prefer-common-mustnotcall.js
prefer-common-mustsucceed.js
prefer-optional-chaining.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
prefer-primordials.js tools: add polyfilled option to prefer-primordials rule 2024-10-17 10:37:54 +00:00
prefer-proto.js
prefer-util-format-errors.js
require-common-first.js
required-modules.js
rules-utils.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
set-proto-to-null-in-object.js