25 lines
485 B
JSON
25 lines
485 B
JSON
{
|
|
"printWidth": 90,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"overrides": [
|
|
{
|
|
"files": "*.tsx",
|
|
"options": {
|
|
"printWidth": 150
|
|
}
|
|
},
|
|
{
|
|
"files": "useUserProfileForm.tsx",
|
|
"options": {
|
|
"printWidth": 150
|
|
}
|
|
}
|
|
]
|
|
}
|