mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 10:58:10 +00:00
18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
{
|
|
"overrides": [
|
|
{
|
|
"files": ".husky/**",
|
|
"options": {
|
|
"plugins": []
|
|
}
|
|
},
|
|
{
|
|
"files": "*.Dockerfile",
|
|
"options": {
|
|
"plugins": []
|
|
}
|
|
}
|
|
],
|
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-sh"]
|
|
}
|