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

refactor(textlint): move deprecated code to DEPRECATED/ dir #1201

Merged
merged 2 commits into from Jul 8, 2023

Conversation

azu
Copy link
Member

@azu azu commented Jul 8, 2023

Next Major updates will remove deprecated codes.
After this PR, we can just remove DEPRECATED/ dir.

Comment on lines -69 to +68
const rcFile = `.${Config.CONFIG_FILE_NAME}rc.json`;
const rcFile = `.textlintrc.json`;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop to use deprecated Config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use fs.promises instead of it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used

@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Jul 8, 2023
@azu azu merged commit efe89cc into master Jul 8, 2023
17 checks passed
@azu azu deleted the deprecated-dir branch July 8, 2023 01:45
@github-actions github-actions bot mentioned this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant