Files
plaidware-wms-web/.prettierrc.json
2022-01-13 22:28:45 +05:30

9 lines
130 B
JSON

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