blackflux/js-gardener

Add .eslintrc.js so IDE can do highlighting

simlu opened this issue · 2 comments

simlu commented

There are two challenges here:
(1) (How) do we deal with custom rules?
(2) Currently we only export the grunt runner. How do we export this and make use of the internal eslintrc without breaking current setups? This might need to be a breaking change.

simlu commented

Done for jetbrains products by using custom config injection. For other ides please open separate ticket.