Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNode.js GitHub Bot <github-bot@iojs.org>2022-04-24 22:23:44 +0300
committerGitHub <noreply@github.com>2022-04-24 22:23:44 +0300
commit8f580c4f6605763860e6cae301c7569dbfbc18c6 (patch)
tree948a3a54fe3efdbf9a5e80d333d100b73cc92bdb /tools/node_modules/eslint/package.json
parent7b0cc28d71c982110442186347c5293cbbe2edec (diff)
tools: update eslint to 8.14.0
PR-URL: https://github.com/nodejs/node/pull/42845 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index dab9b0f5bf6..158fa07012b 100644
--- a/tools/node_modules/eslint/package.json
+++ b/tools/node_modules/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
- "version": "8.13.0",
+ "version": "8.14.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
@@ -32,7 +32,7 @@
},
"lint-staged": {
"*.js": "eslint --fix",
- "*.md": "markdownlint"
+ "*.md": "markdownlint --fix"
},
"files": [
"LICENSE",
@@ -47,7 +47,7 @@
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
- "@eslint/eslintrc": "^1.2.1",
+ "@eslint/eslintrc": "^1.2.2",
"@humanwhocodes/config-array": "^0.9.2",
"ajv": "^6.10.0",
"chalk": "^4.0.0",