Skip to content

Commit

Permalink
Update stylelint command and ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 6, 2020
1 parent eeb035a commit 46fd907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**/*.min.css
**/vendor/
**/_vendor/
**/bower_components/
/docs/3/
/_gh_pages/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "grunt swatch",
"htmllint": "grunt htmllint",
"stylelint": "stylelint \"{build,dist,docs/_assets}/**/*.scss\" --rd",
"stylelint": "stylelint \"**/*.scss\" --rd",
"test": "npm run stylelint"
},
"files": [
Expand Down

0 comments on commit 46fd907

Please sign in to comment.