playlist-entry-validator/.prettierrc

9 lines
157 B
Plaintext
Raw Normal View History

2022-09-12 12:45:25 +02:00
{
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf"
}