Skip to content

Commit f9982ec

Browse files
committed
Ignore CSS vendor directory for stylelint.
1 parent ce0434a commit f9982ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
],
6262
"ignoreFiles": [
6363
"css/*.min.css",
64-
"test/vendor/*.css"
64+
"css/vendor/*",
65+
"test/vendor/*"
6566
]
6667
},
6768
"eslintConfig": {

0 commit comments

Comments
 (0)