Skip to content

Commit

Permalink
Add lint:fix:scss script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Oct 26, 2022
1 parent b15e664 commit c6d2076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"build:eleventy": "npx @11ty/eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:sass build:eleventy images",
"lint:scss": "stylelint \"**/*.scss\""
"lint:scss": "stylelint \"**/*.scss\"",
"lint:fix:scss": "npm run lint:scss -- --fix"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
Expand Down

0 comments on commit c6d2076

Please sign in to comment.