-
Notifications
You must be signed in to change notification settings - Fork 840
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
[ESLint] Add a deprecation plugin to warn on deprecated code #6914
Comments
👋 Thank you for your suggestion or request! While the EUI team agrees that it's valid, it's unlikely that we will prioritize this issue on our roadmap. We'll leave the issue open if you or anyone else in the community wants to implement it by contributing to EUI. If not, this issue will auto close in one year. |
Hi all can someone please assign this issue to me |
Hi @Param-Singh, per our contributing policy, we do not assign issues to non-core contributors. You are welcome to work on it, however, and submit a PR. https://github.com/elastic/eui/tree/main/wiki/contributing-to-eui#who-can-contribute
|
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
Hello! I would like to contribute with this issue. Actually I just made a PR (#8198 ) a couple of weeks ago, but I don't really know what is the process to expect a review. Thank you! |
Is your feature request related to a problem? Please describe.
We identified a legacy
document
method to copy text to the clipboard in #6912 and realized we don't currently lint for deprecated code.Describe the solution you'd like
We would like to add ESLint-plugin-deprecation to warn (could also error) on deprecated code. It'd help us identify areas for improvement and keep EUI current with browsers.
The project has two dependencies, both of which are already in the EUI
package.json
file:The text was updated successfully, but these errors were encountered: