Created by: giuband
The idea behind this new environment DISABLE_ESLINT_DEV variable is to:
- speed up compilation time on dev mode
- allow developers to write temporary code without caring about ESLint too much.
At the moment 2) is pretty hard, because depending on your ESLint config you might not even able to have a console.log
or an unused variable in your code without seeing your dev build failing, making the experience pretty frustrating.
Open for feedback. I am actually uncertain whether we should have instead just a DISABLE_ESLINT
setting that would disable ESLint for both environments.
Related issues: