Skip to content

Commit

Permalink
Fix stylelint issue on CSS/LESS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Doughty committed Sep 11, 2024
1 parent e5b9737 commit a33feb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@
"wicg-inert": "^3.1.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,less}": [
"eslint",
"*.{js,jsx,ts,tsx}": [
"eslint"
],
"*.{less}": [
"npm run stylelint"
],
"*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit a33feb0

Please sign in to comment.