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:
Luigi Pinca 2021-12-06 07:56:36 +01:00 committed by GitHub
parent b323cec78f
commit 42b51afb75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1103 changed files with 2070 additions and 939 deletions

View file

@ -17,6 +17,7 @@ const { upperCaseFirst } = require("../shared/string-utils");
// Rule Definition
//------------------------------------------------------------------------------
/** @type {import('../shared/types').Rule} */
module.exports = {
meta: {
type: "suggestion",