Skip to content

Commit e762d14

Browse files
committed
feat: change dependency parser version
1 parent f02d9ba commit e762d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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)