Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable ESLint #79

Open
raohmaru opened this issue Aug 16, 2022 · 1 comment
Open

Add option to disable ESLint #79

raohmaru opened this issue Aug 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@raohmaru
Copy link
Contributor

ESLint should have an option to disable it. There are situations where linters could be disabled, like a release to prod and last minute changes with linter violations and no available frontenders around.

Expected Behaviour

Add a command line argument to disable ESLint.

@raohmaru raohmaru added the enhancement New feature or request label Aug 16, 2022
@raohmaru
Copy link
Contributor Author

Actually, ESLint can be disabled by removing it from the array general.modules, but it's not very intuitive.

module.exports = {
  general: {
    modules: ['babel']
  }
};```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant