Tucsky / SignificantTrades

better than 1 min chart
https://aggr.trade
GNU General Public License v3.0
622 stars 212 forks source link

Big codestyle fix #41

Closed Piterden closed 5 years ago

Tucsky commented 5 years ago

Thanks boss. 👍 Are you using prettier on vscode ? If so, would you mind sharing your preferences for js & vue files ?

Piterden commented 5 years ago

Sure)) I use it through ST3 plugin.

    "prettier_options": {
        "printWidth": 80,
        "singleQuote": true,
        "trailingComma": "es5",
        "bracketSpacing": true,
        "jsxBracketSameLine": false,
        "parser": "babylon",
        "semi": false,
        "requirePragma": false,
        "proseWrap": "never",
        "arrowParens": "always"
    }