Skip to content

Commit

Permalink
Add local Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Jul 19, 2023
1 parent 1463e36 commit 0849c5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
"UNLICENSE"
],
"scripts": {
"format:check": "prettier -l '**/*.{js,css,scss}'",
"format:write": "prettier --write '**/*.{js,scss,css}'",
"test": "node --test"
},
"devDependencies": {
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0"
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0849c5d

Please sign in to comment.