Skip to content

Commit f7e53d6

Browse files
committed
chore: add lint back
1 parent 647d565 commit f7e53d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2929
"release:patch": "yarn lint && yarn test && yarn prepack && changelogen --release --patch && yarn publish && git push --follow-tags",
3030
"release:minor": "yarn lint && yarn test && yarn prepack && changelogen --release --minor && yarn publish && git push --follow-tags",
31+
"lint": "eslint .",
3132
"lint:fix": "eslint . --fix",
3233
"test": "vitest run --testTimeout 15000 --reporter=basic --disable-console-intercept",
3334
"test:watch": "vitest watch --testTimeout 15000 --reporter=basic --disable-console-intercept"

0 commit comments

Comments
 (0)