Closed SebastienElet closed 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 ?
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.
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 ?