react-use/.prettierrc
2020-02-04 06:43:14 +05:30

7 lines
90 B
Plaintext

{
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
}