1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-07-01 06:02:20 +02:00
react/.prettierrc
Matthias Kretschmann d9c7a916d2
move to GitHub Actions (#253)
* move to GitHub Actions

* prettier fix for Windows
2021-03-04 12:10:29 +01:00

8 lines
110 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}