Skip to content

Commit 89de829

Browse files
committed
Theres is no vue files in lib demo
1 parent 8f63409 commit 89de829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"build": "tsc",
1818
"ts-node": "ts-node -r tsconfig-paths/register",
1919
"test": "jest",
20-
"lint": "eslint '{src,tests}/**/*.{js,ts,vue}'",
21-
"lintfix": "eslint '{src,tests}/**/*.{js,ts,vue}' --fix",
20+
"lint": "eslint '{src,tests}/**/*.{js,ts}'",
21+
"lintfix": "eslint '{src,tests}/**/*.{js,ts}' --fix",
2222
"typescript-demo-lib": "ts-node -r tsconfig-paths/register src/bin/typescript-demo-lib.ts"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)