We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647d565 commit f7e53d6Copy full SHA for f7e53d6
package.json
@@ -28,6 +28,7 @@
28
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
29
"release:patch": "yarn lint && yarn test && yarn prepack && changelogen --release --patch && yarn publish && git push --follow-tags",
30
"release:minor": "yarn lint && yarn test && yarn prepack && changelogen --release --minor && yarn publish && git push --follow-tags",
31
+ "lint": "eslint .",
32
"lint:fix": "eslint . --fix",
33
"test": "vitest run --testTimeout 15000 --reporter=basic --disable-console-intercept",
34
"test:watch": "vitest watch --testTimeout 15000 --reporter=basic --disable-console-intercept"
0 commit comments