Skip to content

RFC: Disable linting from the qwik optimizer #190

@shairez

Description

@shairez

Discussed in #188

Originally posted by wmertens November 6, 2024

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:

  • IDEs have linting during editing
  • if something breaks, it's obvious
  • the build has a separate lint step anyway
  • we only support eslint, not biome or whatever
  • if someone wants this, they can install a plugin like https://github.com/nabla/vite-plugin-eslint

Links / References

QwikDev/qwik#6837

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Status

Released as Stable (STAGE 5)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions