1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

semicolons are conventional after es6

This commit is contained in:
nazariyv 2020-09-11 22:47:43 +01:00
parent 1a9c2088dc
commit aa2beb665f

View File

@ -1,5 +1,5 @@
{ {
"semi": false, "semi": true,
"singleQuote": true, "singleQuote": true,
"trailingComma": "none", "trailingComma": "none",
"tabWidth": 2 "tabWidth": 2