discover-dapps/.prettierrc
James Gareth Smith 543c974802
Initial setup of linting and basic dependencies (#1)
* chore: initial react setup

* chore: added state management libs

* chore: updated directory structure

* chore: setup linting

* chore: removed a few more cra artifacts
2019-03-13 11:13:34 +02:00

6 lines
75 B
Plaintext

{
"trailingComma": "all",
"semi": false,
"singleQuote": true
}