Skip to content

Commit bd11057

Browse files
authored
feat: change dependency parser version (#565)
1 parent f02d9ba commit bd11057

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/curvy-paws-invite.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-svelte": minor
3+
---
4+
5+
feat: change dependency parser version

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"lint": "run-p lint:*",
4040
"lint-fix": "pnpm run lint-fix:md \"./**/*.md\" && pnpm run lint:es --fix && pnpm run lint:style --fix",
4141
"lint-fix:md": "prettier --cache --write \"./**/*.md\"",
42-
"lint:md": "prettier --cache --check \"./**/*.md\"",
4342
"lint:es": "eslint --cache .",
43+
"lint:md": "prettier --cache --check \"./**/*.md\"",
4444
"lint:style": "stylelint --cache .",
4545
"mocha": "pnpm run ts ./node_modules/mocha/bin/mocha.js",
4646
"new": "pnpm run ts ./tools/new-rule.ts",
@@ -76,7 +76,7 @@
7676
"postcss-safe-parser": "^6.0.0",
7777
"postcss-selector-parser": "^6.0.11",
7878
"semver": "^7.5.3",
79-
"svelte-eslint-parser": "^0.33.0"
79+
"svelte-eslint-parser": ">=0.33.0 <1.0.0"
8080
},
8181
"devDependencies": {
8282
"@1stg/browserslist-config": "^1.2.3",

0 commit comments

Comments
 (0)