react-hooks-unit-tests/.prettierrc
2019-07-17 00:14:21 -04:00

15 lines
311 B
Text

{
"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
}