chore: additional formatting w/prettier
This commit is contained in:
parent
ea75e585e1
commit
ee77555c32
39 changed files with 1544 additions and 1584 deletions
|
@ -53,9 +53,12 @@
|
|||
"tailwindcss": "^3.0.18"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx}": [
|
||||
"**/*.{js,jsx,ts,tsx,json}": [
|
||||
"npx prettier --write",
|
||||
"npx eslint --fix"
|
||||
],
|
||||
"**/*.{scss}": [
|
||||
"npx prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue