Skip to content

Commit

Permalink
pin eslint back to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Apr 26, 2024
1 parent ab251fb commit 6bf8072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"reject": [
"@types/chai",
"chai"
"chai",
"eslint"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/semver": "^7.5.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^9.1.1",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
Expand Down

0 comments on commit 6bf8072

Please sign in to comment.