Skip to content

Commit 2f22cb9

Browse files
committed
Fix ignores
1 parent f1f5c86 commit 2f22cb9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.lintstagedrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"*.css": [
3-
"10up-toolkit lint-style"
3+
"10up-toolkit lint-style --allow-empty-input"
44
],
55
"*.js": [
6-
"10up-toolkit lint-js"
6+
"10up-toolkit lint-js --allow-empty-input"
77
],
88
"*.php": [
99
"./vendor/bin/phpcs --extensions=php --warning-severity=8 -s"

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dist/css/*.css
2+
vendor/*

0 commit comments

Comments
 (0)