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 75dca44c60
tools: update ESLint custom rules to not use the deprecated format
Refs: https://eslint.org/docs/latest/extend/custom-rules-deprecated
PR-URL: https://github.com/nodejs/node/pull/46460
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-02-03 09:55:29 +00:00
..
alphabetize-errors.js
async-iife-no-unused-result.js
avoid-prototype-pollution.js
crypto-check.js
documented-deprecation-codes.js
documented-errors.js
eslint-check.js
inspector-check.js
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
no-duplicate-requires.js
no-unescaped-regexp-dot.js
non-ascii-character.js
prefer-assert-iferror.js
prefer-assert-methods.js tools: update ESLint custom rules to not use the deprecated format 2023-02-03 09:55:29 +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
prefer-primordials.js
prefer-proto.js
prefer-util-format-errors.js
require-common-first.js tools: update ESLint custom rules to not use the deprecated format 2023-02-03 09:55:29 +00:00
required-modules.js tools: update ESLint custom rules to not use the deprecated format 2023-02-03 09:55:29 +00:00
rules-utils.js