neoclide / coc-eslint

Eslint extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run two eslint configuration ?

SebastienElet opened this issue · comments

My team use an eslint config which is not enough strict for me.
I love learning new things / habit with eslint ( like https://github.com/jfmengels/eslint-plugin-fp ) and improve my code quality (with complexity for example : https://eslint.org/docs/rules/complexity).

My question is how i would run my personal set of rules in addition of the rules used by my projects ?

We don't have such support the configuration is resolved by eslint, maybe you can ask maintainer of eslint.

Thanks for the feedback, I will ask.