libredirect/.prettierrc

8 lines
117 B
Plaintext
Raw Permalink Normal View History

2024-07-21 20:22:09 +02:00
{
"printWidth": 120,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}