Skip to content

Commit

Permalink
Support typescript-eslint 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Mar 8, 2024
1 parent 14b336c commit 64ee42c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-carrots-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@awesome-code-style/eslint-config': minor
---

Support typescript-eslint 7.x
81 changes: 46 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
},
"homepage": "https://github.com/implydata/awesome-code-style#readme",
"main": "index.js",
"dependencies": {
"@typescript-eslint/parser": "^6.6.0"
},
"dependencies": {},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.6.0 || ^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0",
"eslint": ">= 8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.2",
Expand Down

0 comments on commit 64ee42c

Please sign in to comment.