Files
lucko-paste/.prettierrc

9 lines
174 B
Plaintext
Raw Normal View History

2021-04-02 13:05:15 +01:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"quoteProps": "consistent"
}