mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 04:35:03 +01:00
check formatting
This commit is contained in:
parent
1172ce0709
commit
1ef7b906ad
6 changed files with 52 additions and 15 deletions
|
|
@ -6,7 +6,9 @@
|
|||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"fmt": "prettier -w .",
|
||||
"check-fmt": "prettier -c ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue