url-processor/.prettierrc
Alexander Borsuk 666e298635 Initial commit
2021-05-30 11:57:18 +02:00

7 lines
117 B
Text

{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}