Skip to content

Commit e7d00d2

Browse files
committed
Ignore node_modules in stylelint command.
1 parent 8bd9616 commit e7d00d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"scripts": {
1818
"lint:js": "eslint --ext .js --ignore-path .gitignore .",
19-
"lint:css": "stylelint '**/*.css'"
19+
"lint:css": "stylelint --ignore-path .gitignore '**/*.css'"
2020
}
2121
}

0 commit comments

Comments
 (0)