node/tools/eslint-rules
Michaël Zasso 2eff28fb7a
tools: move ESLint to tools/eslint
Greatly simplify how ESLint and its plugins are installed.

PR-URL: https://github.com/nodejs/node/pull/53413
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-06-19 19:54:08 +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
avoid-prototype-pollution.js tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
crypto-check.js
documented-deprecation-codes.js
documented-errors.js
eslint-check.js tools: move ESLint to tools/eslint 2024-06-19 19:54:08 +00:00
inspector-check.js
lowercase-name-for-primitive.js
no-array-destructuring.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
no-duplicate-requires.js tools: update ESLint to v9 and use flat config 2024-05-23 19:45:18 +00:00
no-unescaped-regexp-dot.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +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
prefer-common-mustsucceed.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00
prefer-primordials.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +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
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
set-proto-to-null-in-object.js tools: prepare custom rules for ESLint v9 2024-05-09 15:27:39 +00:00