sunmao-ui/.prettierrc

12 lines
228 B
Plaintext
Raw Normal View History

2021-08-20 17:32:06 +08:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
2021-08-20 17:32:06 +08:00
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 90
2021-08-20 17:32:06 +08:00
}