prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Eslint deps docs #139

Closed coffee-cup closed 5 years ago

coffee-cup commented 5 years ago
coffee-cup commented 5 years ago

@tom Moved the docs in the readme to the actual docs.

Also, currently it does not work unless you are using the @typescript/eslint-parser. I left a note about that in the docs.

kprimerakis commented 5 years ago

To clarify, it does work without the typescript parser, so perhaps we can treat typescript the same way we treat react? Start with the basic: install eslint. If typescript, install typescript eslint and set parser. If react... and so on.

coffee-cup commented 5 years ago

@kprimerakis have a look at the latest commit and see if that works

kprimerakis commented 5 years ago

Looks sensible to me.