Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: add compatibility with version 9 of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed May 29, 2024
1 parent 3331fdc commit 4b3d89b
Show file tree
Hide file tree
Showing 2 changed files with 2,387 additions and 1,753 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-alsacreations",
"version": "2.1.1",
"description": "Configuration eslint d'Alsacréations",
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@9.1.3",
"repository": {
"type": "git",
"url": "https://github.com/alsacreations/eslint"
Expand Down Expand Up @@ -64,7 +64,7 @@
"author": "Alsacréations",
"license": "ISC",
"peerDependencies": {
"eslint": "^8.28.0"
"eslint": "^8.57.0 || ^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
Expand Down Expand Up @@ -98,4 +98,4 @@
"tsup": "^7.2.0",
"type-fest": "^4.4.0"
}
}
}
Loading

0 comments on commit 4b3d89b

Please sign in to comment.