Fix first loads not working
This commit is contained in:
parent
2a16c85ed0
commit
71336002e7
7 changed files with 73 additions and 80 deletions
13
package.json
13
package.json
|
@ -17,9 +17,16 @@
|
|||
"start": "yarn build:dev --watch"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js}": ["prettier --write", "eslint --fix"],
|
||||
"*.{css, scss}": ["prettier --write"],
|
||||
"package.json": ["sortpack"]
|
||||
"*.{ts,tsx,js}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{css, scss}": [
|
||||
"prettier --write"
|
||||
],
|
||||
"package.json": [
|
||||
"sortpack"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-decorators": "^7.21.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue