asb_cloud_front/.prettierrc
2022-07-26 12:55:21 +05:00

13 lines
254 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
}