1
0
mirror of https://github.com/oceanprotocol/react-tutorial synced 2024-11-22 09:47:01 +01:00
react-tutorial/.prettierrc

11 lines
201 B
Plaintext
Raw Normal View History

2019-08-09 12:01:40 +02:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false
}