yunhan-cli
Version:
react17 + react-router + redux + typescript
20 lines (19 loc) • 330 B
Plain Text
{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf",
"printWidth": 120,
"proseWrap": "never",
"bracketSpacing": true,
"arrowParens": "always",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}