summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/new-cap.js
diff options
context:
space:
mode:
authorNode.js GitHub Bot <github-bot@iojs.org>2022-07-04 12:09:05 +0200
committerGitHub <noreply@github.com>2022-07-04 11:09:05 +0100
commite29e04c6620b3b27aa66b8d9df9b44cdc2ffeba1 (patch)
treef0e1dc05d1ebfd9f91e1ce130e4b3ddfccc455e5 /tools/node_modules/eslint/lib/rules/new-cap.js
parentfd1e39f03ef4e812852f7411a4464e0ace46c08f (diff)
downloadnode-new-e29e04c6620b3b27aa66b8d9df9b44cdc2ffeba1.tar.gz
tools: update eslint to 8.19.0
PR-URL: https://github.com/nodejs/node/pull/43662 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/new-cap.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/new-cap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/new-cap.js b/tools/node_modules/eslint/lib/rules/new-cap.js
index 466cfd4c58..ad59fd9062 100644
--- a/tools/node_modules/eslint/lib/rules/new-cap.js
+++ b/tools/node_modules/eslint/lib/rules/new-cap.js
@@ -82,7 +82,7 @@ module.exports = {
type: "suggestion",
docs: {
- description: "require constructor names to begin with a capital letter",
+ description: "Require constructor names to begin with a capital letter",
recommended: false,
url: "https://eslint.org/docs/rules/new-cap"
},