XuqmGroup-RNSDK/.prettierrc.json

9 行
142 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": true,
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}