Skip to content

Commit

Permalink
MNT Lint all scss but don't over-reach
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 5, 2024
1 parent 611ffaf commit f6de91f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint client/src && stylelint **/client/src/**/*.scss"
"lint": "eslint client/src && stylelint client/src/**/*.scss"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f6de91f

Please sign in to comment.