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 lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
alphabetize-primordials.js tools: add lint rule to keep primordials in ASCII order 2024-04-21 16:53:08 +00:00
async-iife-no-unused-result.js tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
avoid-prototype-pollution.js tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
crypto-check.js tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
documented-deprecation-codes.js tools: lint deprecation codes 2022-02-19 18:14:09 +01:00
documented-errors.js tools: enforce ordering of error codes in errors.md 2024-10-10 17:18:20 +00:00
eslint-check.js tools: move ESLint to tools/eslint 2024-06-19 19:54:08 +00:00
inspector-check.js tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
lowercase-name-for-primitive.js tools: update ESLint custom rules to not use the deprecated format 2023-02-03 09:55:29 +00:00
no-array-destructuring.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
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 tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
prefer-assert-iferror.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
prefer-assert-methods.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
prefer-common-mustnotcall.js tools: update ESLint custom rules to not use the deprecated format 2023-02-03 09:55:29 +00:00
prefer-common-mustsucceed.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
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 tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
prefer-util-format-errors.js tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
require-common-first.js tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
required-modules.js tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
rules-utils.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
set-proto-to-null-in-object.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00