-
Notifications
You must be signed in to change notification settings - Fork 65
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
Create shareable ESLint config and use it throughout our repos #142
Comments
Step one is done. We created cordova-eslint. Step two is in progress. @erisu do we have another issue where we track the progress on this task? If not, we should probably do it here. |
As far as I can remember, there is no ticket that covers tracking of adding the new package to each repo. I will update this ticket's description to include a list of repos to keep track of progress. If you like to move to a separate ticket we can copy the content over. |
I guess we have to add the plugins from #243 to the Todo list? |
Already done ;) |
Great! Thanks for letting me know. |
Should we add the |
Feature Request
Motivation Behind Feature
This would make it easier to enforce consistency in our code style while allowing for controlled refinement of it at the same time.
This could also reduce the amount of ESLint related dependencies in the individual repos, if we just require the plugins and base configuration we need in the new shareable config package.
Feature Description
Implementation Progress
Platforms
Plugins
Tooling
Excluded:
and any unused, outdated, or deprecated repos_
The text was updated successfully, but these errors were encountered: