Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Jul 12, 2024
1 parent 8b187fc commit 8b84222
Show file tree
Hide file tree
Showing 10 changed files with 14,277 additions and 403 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"bradlc.vscode-tailwindcss",
"antfu.unocss",
"yoavbls.pretty-ts-errors",
"amodio.tsl-problem-matcher"
"amodio.tsl-problem-matcher",
"emeraldwalk.runonsave"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"match": "packages/vscode/package.json",
"isAsync": true,
"cmd": "npm -C packages/vscode run update"
"cmd": "npm -C packages/vscode run update & npx eslint packages/vscode/src/generated-meta.ts --fix"
}
]
}
Expand Down
Loading

0 comments on commit 8b84222

Please sign in to comment.