Skip to content

Commit 893998c

Browse files
committed
Internal: Lint only the .ts and .vue files.
1 parent 0a2b2f1 commit 893998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
7979
"test": "vitest run --coverage",
8080
"test:watch": "vitest --ui --watch",
81-
"lint": "eslint \"{demo,src,tests}/**/*\"",
81+
"lint": "eslint \"{demo,src,tests}/**/*.{ts,vue}\"",
8282
"postinstall": "node ./scripts/postinstall.js",
8383
"changelog": "node ./scripts/changelog.js",
8484
"release:prepare-packages": "node ./scripts/preparepackages.js",

0 commit comments

Comments
 (0)