react-hooks-unit-tests/.prettierrc

16 lines
311 B
Text
Raw Permalink Normal View History

2019-07-17 00:14:21 -04:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"insertPragma": false,
"jsxBracketSameLine": true,
"parser": "babylon",
"printWidth": 120,
"proseWrap": "preserve",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}