libremdb/.prettierrc
zyachel 18ca98fd4a refactor: make components more modular
would help in implementing name route

also did some stylistic changes
2023-04-15 20:58:09 +05:30

9 lines
158 B
Text

{
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid",
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 100
}