Files
plaidware-wms-web/.prettierrc.json
2022-01-10 11:24:23 +05:30

9 lines
130 B
JSON

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