neoclide / coc-eslint

Eslint extension for coc.nvim
MIT License
396 stars 25 forks source link

How to run two eslint configuration ? #101

Closed SebastienElet closed 3 years ago

SebastienElet commented 3 years ago

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 ?

chemzqm commented 3 years ago

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

SebastienElet commented 3 years ago

Thanks for the feedback, I will ask.