File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " eslint-plugin-svelte " : minor
3
+ ---
4
+
5
+ feat: change dependency parser version
Original file line number Diff line number Diff line change 39
39
"lint" : " run-p lint:*" ,
40
40
"lint-fix" : " pnpm run lint-fix:md \" ./**/*.md\" && pnpm run lint:es --fix && pnpm run lint:style --fix" ,
41
41
"lint-fix:md" : " prettier --cache --write \" ./**/*.md\" " ,
42
- "lint:md" : " prettier --cache --check \" ./**/*.md\" " ,
43
42
"lint:es" : " eslint --cache ." ,
43
+ "lint:md" : " prettier --cache --check \" ./**/*.md\" " ,
44
44
"lint:style" : " stylelint --cache ." ,
45
45
"mocha" : " pnpm run ts ./node_modules/mocha/bin/mocha.js" ,
46
46
"new" : " pnpm run ts ./tools/new-rule.ts" ,
76
76
"postcss-safe-parser" : " ^6.0.0" ,
77
77
"postcss-selector-parser" : " ^6.0.11" ,
78
78
"semver" : " ^7.5.3" ,
79
- "svelte-eslint-parser" : " ^ 0.33.0"
79
+ "svelte-eslint-parser" : " >= 0.33.0 <1.0 .0"
80
80
},
81
81
"devDependencies" : {
82
82
"@1stg/browserslist-config" : " ^1.2.3" ,
You can’t perform that action at this time.
0 commit comments