-
-
Notifications
You must be signed in to change notification settings - Fork 681
different lang with different rules #1523
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
Comments
Thank you for posting this issue. |
It's possible, right? |
@Airkro: I think I got it all working doing this:
I also had to an install of the typescript linter: |
Rules cannot be configured by lang. |
Why not use 'processor.preprocess' ? |
Tell us about your environment
The problem you want to solve.
<!-- use different rule --> <script lang="js"></script> <script lang="ts"></script>
Your take on the correct solution to problem.
Additional context
Something like:
https://github.com/eslint/eslint-plugin-markdown#advanced-configuration
The text was updated successfully, but these errors were encountered: