Disable linting from the qwik optimizer #188
Closed
wmertens
started this conversation in
Proposals For Qwik
Replies: 2 comments
-
|
related to QwikDev/qwik#6837. If we remove it, we don't need to add an explanation in the docs ;). Imo that plugin has done more harm than good. It also prints warning messages in the terminal even if the rule is disabled in an eslintrc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @wmertens ! You know this already, but for the record - we decided to promote this into an RFC and as a first step - disable the linting (and if we'll see nobody is needing it, we can remove it in the future) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
linting
What's the motivation for this proposal?
Problems you are trying to solve:
Right now, by default, we lint files in dev mode. This slows down the build, especially on large projects.
Proposed Solution / Feature
What do you propose?
Remove linting from the plugin:
Links / References
QwikDev/qwik#6837
Beta Was this translation helpful? Give feedback.
All reactions