node/tools/eslint-rules
Antoine du Hamel 53b29b0469
tools: fix `require-common-first` lint rule from subfolder
PR-URL: https://github.com/nodejs/node/pull/56325
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
2025-01-31 01:16:43 +01:00
..
alphabetize-errors.js lib: enforce ASCII order in error code imports 2024-04-29 22:46:29 +02:00
alphabetize-primordials.js tools: add lint rule to keep primordials in ASCII order 2024-04-29 22:46:28 +02: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-06-01 10:54:59 +02: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-11-27 11:03:38 -05:00
eslint-check.js tools: move ESLint to tools/eslint 2024-06-20 14:45:27 +02: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-11 18:55:49 +02:00
no-duplicate-requires.js lib, tools: remove duplicate requires 2024-10-04 10:20:25 +02:00
no-unescaped-regexp-dot.js lib: prefer logical assignment 2024-11-27 11:03:39 -05:00
non-ascii-character.js tools: prepare custom rules for ESLint v9 2024-05-11 18:55:49 +02:00
prefer-assert-iferror.js tools: prepare custom rules for ESLint v9 2024-05-11 18:55:49 +02:00
prefer-assert-methods.js tools: prepare custom rules for ESLint v9 2024-05-11 18:55:49 +02: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-11 18:55:49 +02:00
prefer-optional-chaining.js lib: prefer optional chaining 2024-10-04 10:20:24 +02:00
prefer-primordials.js tools: add `polyfilled` option to `prefer-primordials` rule 2024-11-27 00:48:28 -05:00
prefer-proto.js tools: prepare custom rules for ESLint v9 2024-05-11 18:55:49 +02: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: fix `require-common-first` lint rule from subfolder 2025-01-31 01:16:43 +01:00
required-modules.js tools: update ESLint to v9 and use flat config 2024-06-01 10:54:59 +02:00
rules-utils.js lib: prefer optional chaining 2024-10-04 10:20:24 +02:00
set-proto-to-null-in-object.js tools: prepare custom rules for ESLint v9 2024-05-11 18:55:49 +02:00