-
Notifications
You must be signed in to change notification settings - Fork 14
How to use eslint-plugin-pug in eslint flat #29
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
We can't see the error, the images appears to be broken. Could you post the content again? But there's a PR for this already, see #26 |
Use this in your
|
This works! thank you! |
Any hope for native support of flat config? |
+1 |
Any new progress? |
I just released a new major version that adds flat configs just like You can try it out by installing …
import pluginVuePug from 'eslint-plugin-vue-pug'
…
...pluginVue.configs['flat/recommended'],
...pluginVuePug.configs['flat/recommended'], Please try it out, let me know if it works for you and thanks for your patience! |
Can you add Typescript type definitions? |
I'll have a look at how that works. |
Summon me and I can help if you wish |
@Shinigami92 It looks like |
Yes, there is a very new feature and |
@rashfael thanks for taking care of it! |
Uh oh!
There was an error while loading. Please reload this page.
How to use eslint-plugin-pug in eslint flat. I use pug and eslint@9 in my vue project. There is a problem that that trouble me.
ts/consistent-type-imports rule will InstanceType covert to import type Component from 'xxxxxx', but this is error
I need help. Thanks.

The text was updated successfully, but these errors were encountered: