ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
24 lines (23 loc) • 375 B
Plain Text
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"trailingComma": "all",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
},
{
"files": "*.html",
"options": {
"printWidth": 160
}
}
]
}