base-context-provider/.prettierrc.json

11 lines
197 B
JSON
Raw Normal View History

2020-07-14 14:39:07 +07:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none"
}