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, "engineStrict": true,
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js}": ["prettier --write", "eslint --fix"], "*.{ts,tsx,js}": [
"package.json": ["sortpack"] "prettier --write",
"eslint --fix"
],
"package.json": [
"sortpack"
]
} }
} }