Lint:fix script missing from package.json

oh, will need to remove that, thanks for catching that. lint:fix was removed as a script, because autofix does wonders to our codebase for no reason. I’ll check later this week if I can simply disable autofix on some of the rules to allow lint fixing.
In any way, lint:check works so you can see what will fail in the CI if you want to be sure.

1 Like