Files
plaidware-wms-web/.prettierrc.json
2022-01-26 11:39:41 +05:30

9 lines
128 B
JSON

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