I see this was added in #13142, but it makes finding where rules are and overriding them more little difficult than they need to be. I propose inlining whatever rules you care about into our .eslintrc. An example of this is I wanted to change no-inner-declarations to warn instead of error (as it's a lint warning, not an error when running the extension), and had trouble finding the rule source.
I see this was added in #13142, but it makes finding where rules are and overriding them more little difficult than they need to be. I propose inlining whatever rules you care about into our .eslintrc. An example of this is I wanted to change no-inner-declarations to warn instead of error (as it's a lint warning, not an error when running the extension), and had trouble finding the rule source.