Skip to content

Commit

Permalink
feat: update parser and add support for typescript v5 (#186)
Browse files Browse the repository at this point in the history
* feat: update parser and add support for typescript v5

* Create .changeset/kind-emus-lie.md
  • Loading branch information
ota-meshi authored Mar 18, 2023
1 parent 8d5a817 commit 361f335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-emus-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-astro": minor
---

feat: update parser and add support for typescript v5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@eslint-community/eslint-utils": "^4.2.0",
"@jridgewell/sourcemap-codec": "^1.4.14",
"@typescript-eslint/types": "^5.25.0",
"astro-eslint-parser": "^0.12.0",
"astro-eslint-parser": "^0.13.0",
"postcss": "^8.4.14",
"postcss-selector-parser": "^6.0.10"
},
Expand Down

0 comments on commit 361f335

Please sign in to comment.