asb_cloud_front/.prettierrc

13 lines
254 B
Plaintext
Raw Normal View History

2022-07-26 12:55:21 +05:00
{
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
}