mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
tools: update ESLint to 8.4.0
PR-URL: https://github.com/nodejs/node/pull/41085 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
This commit is contained in:
parent
b323cec78f
commit
42b51afb75
1103 changed files with 2070 additions and 939 deletions
1
tools/node_modules/eslint/lib/rules/complexity.js
generated
vendored
1
tools/node_modules/eslint/lib/rules/complexity.js
generated
vendored
|
@ -17,6 +17,7 @@ const { upperCaseFirst } = require("../shared/string-utils");
|
|||
// Rule Definition
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/** @type {import('../shared/types').Rule} */
|
||||
module.exports = {
|
||||
meta: {
|
||||
type: "suggestion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue