Skip to content

Commit

Permalink
lint:stylelint also checking scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jnachtigall authored Oct 8, 2024
1 parent 45ac934 commit 4050df3
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 @@ -9,7 +9,7 @@
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "next lint && npm run lint:stylelint",
"lint:stylelint": "stylelint '**/*.css' --cache",
"lint:stylelint": "stylelint '**/*.*.{css,scss}' --cache",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 4050df3

Please sign in to comment.