ens-proxy/.prettierrc

8 lines
110 B
Plaintext
Raw Normal View History

2022-08-15 14:57:57 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}