Skip to content

Commit

Permalink
chore: update eslint and script
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx committed Sep 15, 2023
1 parent 187e77c commit 4e60451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint --ext .js,.ts,.vue lib test types",
"lint": "eslint --ext .js,.ts,.vue lib test",
"test": "vitest run",
"test:watch": "vitest watch",
"release": "standard-version && git push --follow-tags && npm publish",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@nuxt/test-utils": "3.7.3",
"@nuxt/webpack-builder": "3.7.3",
"codecov": "^3.8.3",
"eslint": "^8.41.0",
"eslint": "^8.49.0",
"get-port": "^5.1.1",
"husky": "^7.0.1",
"jest": "^27.0.6",
Expand Down
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e60451

Please sign in to comment.