ens-proxy/.prettierrc
2022-08-15 15:57:57 +03:00

8 lines
110 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}