Skip to content

Commit

Permalink
feat!: update dependencies and support ESLint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 5, 2024
1 parent 1a51c77 commit 86a5295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dep": "prod,dev",
"reject": ["eslint"]
"reject": []
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Shared ESLint config for TypeScript projects.
## Installation

```console
npm i -D eslint-config-cheminfo-typescript eslint@^8.57.0
npm i -D eslint-config-cheminfo-typescript eslint
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"homepage": "https://github.com/cheminfo/eslint-config-cheminfo-typescript#readme",
"dependencies": {
"eslint-config-cheminfo": "^11.1.1",
"typescript-eslint": "^8.3.0"
"eslint-config-cheminfo": "^12.0.0",
"typescript-eslint": "^8.8.0"
},
"peerDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.0 || ^9.12.0",
"typescript": ">=5.5.4"
},
"devDependencies": {
"cheminfo-types": "^1.8.0",
"eslint": "8.57.0",
"eslint": "9.12.0",
"prettier": "^3.3.3",
"typescript": "5.5.4"
}
Expand Down

0 comments on commit 86a5295

Please sign in to comment.