Skip to content

Commit

Permalink
chore: add eslint-plugin-format
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Jul 6, 2024
1 parent 13209d9 commit dd84b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default antfu({
vue: true,
unocss: true,
typescript: true,
formatters: true,
ignores: [`src/assets/scripts/renderers`],
rules: {
'semi': [`error`, `never`],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"cache-loader": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"mini-types": "*",
Expand Down

0 comments on commit dd84b6b

Please sign in to comment.