Skip to content

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Mar 26, 2024
1 parent b7e04c9 commit b1ed877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js app/packs/",
"lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/ --fix",
"stylelint": "stylelint **/*.scss",
"stylelint-fix": "stylelint **/*.scss --fix",
"stylelint": "stylelint app/packs/stylesheets/**/*.scss",
"stylelint-fix": "stylelint app/packs/stylesheets/**/*.scss --fix",
"prettier": "prettier --check '**/*.scss'",
"prettify": "prettier --write '**/*.scss'"
},
Expand Down

0 comments on commit b1ed877

Please sign in to comment.