Skip to content

Commit

Permalink
build: update npm scripts to autofix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcate committed Mar 15, 2024
1 parent 6b0e86b commit 403a4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
dist
node_modules
.nuxt
.output
coverage
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint": "eslint --fix --ext .js,.cjs,.mjs,.ts,.vue .",
"test": "vitest run",
"test:watch": "vitest watch --disable-console-intercept",
"types": "tsc --noEmit",
"prepare": "husky",
"commit": "cz"
},
Expand Down

0 comments on commit 403a4df

Please sign in to comment.