Skip to content

Commit

Permalink
feat: fix importMeta error by updating to stylelint 15
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberry-choco committed Jan 5, 2024
1 parent ed9c093 commit 120b281
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 17 deletions.
6 changes: 3 additions & 3 deletions packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint": ">=7",
"meow": "^9.0.0",
"optionator": "^0.9.1",
"stylelint": ">=13",
"stylelint": ">=15",
"typescript": "*",
"vite": ">=2.0.0",
"vls": "*",
Expand Down Expand Up @@ -102,10 +102,10 @@
"@types/semver": "^7.3.13",
"@volar/vue-typescript": "^0.33.0",
"esbuild": "^0.14.27",
"meow": "^9.0.0",
"meow": "^10.0.0",
"npm-run-all": "^4.1.5",
"optionator": "^0.9.1",
"stylelint": "^14.0.0",
"stylelint": "^15.0.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vls": "^0.7.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const translateOptions = async (command: string) => {
const result = meow({
autoHelp: false,
autoVersion: false,
importMeta: import.meta,
help: `
Usage: stylelint [input] [options]
Input: Files(s), glob(s), or nothing to use stdin.
Expand Down
Loading

0 comments on commit 120b281

Please sign in to comment.