cyclejs-community / create-cycle-app

Create Cycle.js apps with no build configuration.
ISC License
238 stars 21 forks source link

[CCA-Diversity] eslinting/prettier #97

Open nickbalestra opened 7 years ago

nickbalestra commented 7 years ago

See - https://github.com/cyclejs-community/create-cycle-app/issues/74

jvanbruegge commented 7 years ago

I would use eslint/tslint, with the configs exposed to the user most companies and users have their own style guide, so they should be able to just replace the default linting config with their own

jvanbruegge commented 7 years ago

I, for example absolutly hate 2 space indentation and having no semicolons. And I dont want to eject just because of that