We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This repository is only useful for ES6 projects since there are multiple rules that enforce ES6-only features.
I'd like to start a discussion regarding solving this issue for users who are still maintaining ES5 projects.
The way I see it, we have a few options:
eslint-config-seegno-es5
eslint-config-seegno-es2015
WDYT?
The text was updated successfully, but these errors were encountered:
What about locally disabling ES6 parsing?
Sorry, something went wrong.
No branches or pull requests
This repository is only useful for ES6 projects since there are multiple rules that enforce ES6-only features.
I'd like to start a discussion regarding solving this issue for users who are still maintaining ES5 projects.
The way I see it, we have a few options:
eslint-config-seegno-es5
would contain the base rules.eslint-config-seegno-es2015
would contain the ES2015-specific rules and would extend the es5 repo.WDYT?
The text was updated successfully, but these errors were encountered: