Skip to content

Commit

Permalink
Updated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Oct 25, 2024
1 parent a036e15 commit daa6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sass:preview": "sass --watch --update --style=expanded --no-source-map scss/coco-styles.scss:preview/assets/css/coco.css --load-path=scss",
"sass:prod:expanded": "sass --no-source-map --style=expanded scss/coco-styles.scss:dist/coco.css",
"sass:prod:compressed": "sass --no-source-map --style=compressed scss/coco-styles.scss:dist/coco.min.css",
"lint": "npm-run-all add-version sass:lint remove-version",
"lint": "npm run add-version && stylelint --formatter github 'scss/**/*.scss' && npm run remove-version",
"sass:lint": "stylelint scss/**/*.scss",
"sass:lint:fix": "stylelint scss/**/*.scss --fix",
"start": "npm-run-all --parallel pug add-version sass:preview remove-version browser-sync",
Expand Down

0 comments on commit daa6f6d

Please sign in to comment.