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

feat: experimentally support linting code blocks #282

Closed
wants to merge 1 commit into from

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Mar 12, 2021

close #278

Using deprecated CLIEngine#executeOnText maybe not a good practice, I'll refactor to use preprocessor instead soon, but this version is working as expected already.

related eslint/eslint#14203

@JounQin JounQin self-assigned this Mar 12, 2021
@JounQin
Copy link
Member Author

JounQin commented Mar 12, 2021

I tried processor, it seems that there are a lot of upstream issues like

eslint/eslint#11989
eslint/eslint#14207
typescript-eslint/typescript-eslint#3174

So the processor version would not work in a short time.

I'll focus on the current solution for now.

@JounQin JounQin marked this pull request as draft March 12, 2021 16:41
@JounQin
Copy link
Member Author

JounQin commented Mar 12, 2021

Suspended by #283

@JounQin JounQin closed this in #283 Mar 14, 2021
@JounQin JounQin deleted the feat/code-block branch March 16, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[feature] add support for linting code blocks
1 participant