Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 47f84fd

Browse files
committed
build: fix stylelint linting
1 parent 53cf793 commit 47f84fd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.stylelintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
dist
22
node_modules
33
public
4-
___
5-
*.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"dev": "node ./scripts/dev.js",
66
"build": "node ./scripts/build.js",
7-
"stylelint": "stylelint .",
7+
"stylelint": "stylelint **/*.vue",
88
"lint": "stylelint . && eslint .",
99
"eslint": "eslint"
1010
},

0 commit comments

Comments
 (0)