Forgot package.json

This commit is contained in:
Dessalines 2023-07-07 09:43:21 -04:00
parent 7e80232548
commit 6c818184a2

View file

@ -72,7 +72,12 @@
},
"engineStrict": true,
"lint-staged": {
"*.{ts,tsx,js}": ["prettier --write", "eslint --fix"],
"package.json": ["sortpack"]
"*.{ts,tsx,js}": [
"prettier --write",
"eslint --fix"
],
"package.json": [
"sortpack"
]
}
}