There was an error while loading. Please reload this page.
1 parent 536f556 commit b151936Copy full SHA for b151936
package.json
@@ -32,7 +32,7 @@
32
"dev": "nuxt demo",
33
"heroku-postbuild": "nuxt build demo",
34
"lint": "eslint --ext .ts,.js,.vue . && prettier --check .",
35
- "lint-fix": "yarn lint --fix && prettier --write",
+ "lint-fix": "eslint --ext .ts,.js,.vue --fix . && prettier --write .",
36
"release": "yarn build && standard-version && git push --follow-tags && npm publish",
37
"start": "nuxt start demo",
38
"test": "yarn lint && jest"
0 commit comments