Skip to content

Commit

Permalink
web: Add stylelint to npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb committed Sep 26, 2021
1 parent 2007b0e commit 1d324e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"demo": "lerna run --scope ruffle-demo serve --stream",
"test": "lerna run test --stream",
"docs": "lerna run docs --stream",
"format": "eslint . --fix",
"lint": "eslint . && stylelint **.css"
"lint": "eslint . && stylelint **.css",
"format": "eslint . --fix && stylelint --fix **.css"
}
}

0 comments on commit 1d324e8

Please sign in to comment.