Skip to content

Commit

Permalink
chore: pin eslint v9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Nov 18, 2024
1 parent 7b93c7a commit 6fa563e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmpackagejsonlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prefer-alphabetical-scripts": "error",
"prefer-caret-version-dependencies": "error",
"prefer-caret-version-devDependencies": ["error", {
"exceptions": ["eslint-plugin-eslint-plugin"]
"exceptions": ["eslint", "eslint-plugin-eslint-plugin"]
}]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/utils": "^7.7.0",
"chai": "^4.4.1",
"dirty-chai": "^2.0.1",
"eslint": "^9.1.1",
"eslint": "9.14.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-doc-generator": "^1.7.0",
Expand Down

0 comments on commit 6fa563e

Please sign in to comment.