prsm/.prettierrc
2024-08-27 18:16:34 -04:00

24 lines
381 B
Plaintext

{
"printWidth": 80,
"overrides": [
{
"files": "packages/otp/src/index.test.ts",
"options": {
"printWidth": 250
}
},
{
"files": "packages/otp/src/index.ts",
"options": {
"printWidth": 250
}
},
{
"files": "packages/match/src/index.ts",
"options": {
"printWidth": 250
}
}
]
}