Skip to content

Commit 8f63409

Browse files
committed
Enabled linting for vue files
1 parent c2a1195 commit 8f63409

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.prettierignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
package-lock.json
22
dist/
33
docs/
4-
nix/
5-
*.nix/
4+
*.nix
65
node_modules/
76
LICENSE
87
tests/

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}'",
21-
"lintfix": "eslint '{src,tests}/**/*.{js,ts}' --fix",
20+
"lint": "eslint '{src,tests}/**/*.{js,ts,vue}'",
21+
"lintfix": "eslint '{src,tests}/**/*.{js,ts,vue}' --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)