mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 13:21:18 +00:00
Forgot package.json
This commit is contained in:
parent
7e80232548
commit
6c818184a2
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue