-
Notifications
You must be signed in to change notification settings - Fork 8
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
epic(eslint): eslint plugin to find and replace deprecated ESL aliases #1957
Conversation
…on the customer's projects (#1374) Implements a separate npm package with an ESLint plugin to find and fix ESL library deprecations Module declared as an ESL package workspace and going to be updated according to library build processes. --------- Co-authored-by: ala'n (Alexey Stsefanovich) <[email protected]> Co-authored-by: Anastasiya Lesun <[email protected]>
# Conflicts: # package-lock.json
This reverts commit 59606f7.
This reverts commit 4683c19.
This reverts commit be609a7.
Co-authored-by: ala'n (Alexey Stsefanovich) <[email protected]>
chore(eslint): migrate eslint rules to ts
# Conflicts: # package-lock.json # package.json
# Conflicts: # package-lock.json # package.json
eslint/src/core/deprecated-alias.ts
Outdated
/** | ||
* Builds deprecation rule | ||
* @param context - AST tree object | ||
* @param node - import node to process | ||
* @param alias - current name | ||
*/ | ||
export function buildRule({deprecation, alias}: ESLintDeprecationCfg): Rule.RuleModule { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TSDoc: there is an mistake in params description
Co-authored-by: Anastasiya Lesun <[email protected]>
# Conflicts: # package-lock.json # package.json
Code Climate has analyzed commit 516bc19 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 54.7% (0.0% change). View more on Code Climate. |
🎉 This PR is included in version 4.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes: #1283