tiktok-api-dl/.prettierrc
2023-04-03 23:32:12 +07:00

16 lines
258 B
Plaintext

{
"arrowParens": "always",
"endOfLine": "auto",
"printWidth": 333,
"semi": false,
"tabWidth": 2,
"trailingComma": "none",
"overrides": [
{
"files": ["./src/types/*.ts"],
"options": {
"printWidth": 150
}
}
]
}