Files
lucko-paste/.prettierrc

11 lines
212 B
Plaintext
Raw Permalink Normal View History

2021-04-02 13:05:15 +01:00
{
2022-11-06 22:46:13 +00:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
2024-12-08 22:11:46 +00:00
"quoteProps": "consistent",
"plugins": ["prettier-plugin-organize-imports"]
}