forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on
Description
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.
Metadata
Metadata
Assignees
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on