Skip to content

Commit bc5ac46

Browse files
committed
feat: support astro
1 parent b6453c3 commit bc5ac46

File tree

9 files changed

+257
-27
lines changed

9 files changed

+257
-27
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"cSpell.words": ["bumpp", "coderwyd", "taze"],
2+
"cSpell.words": [
3+
"Astro",
4+
"bumpp",
5+
"coderwyd",
6+
"taze"
7+
],
38
"prettier.enable": false,
49
"editor.formatOnSave": false,
510
"editor.codeActionsOnSave": {

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@
4545
"@stylistic/eslint-plugin-ts": "0.0.4",
4646
"@typescript-eslint/eslint-plugin": "^6.7.2",
4747
"@typescript-eslint/parser": "^6.7.2",
48+
"astro-eslint-parser": "^0.15.0",
4849
"eslint-define-config": "^1.23.0",
4950
"eslint-plugin-antfu": "^1.0.0-beta.2",
51+
"eslint-plugin-astro": "^0.29.0",
5052
"eslint-plugin-eslint-comments": "^3.2.0",
5153
"eslint-plugin-i": "^2.28.1",
5254
"eslint-plugin-jsdoc": "^46.8.2",

0 commit comments

Comments
 (0)