-
Notifications
You must be signed in to change notification settings - Fork 17
ESLint + TypeScript issue? #47
Comments
You could try putting the |
I have the same question, I tried the method you provided,it doesn't work. |
Hey, bro.I have the same problem with you. Do you find the way to resolve this? |
@shaoweidong and @IMakiMaki, could one of you guys please open up an issue on my repository with an exact reproduction? https://github.com/robinloeffel/rollup-plugin-eslint/issues/new |
I tried to install your repository @rbnlffl/rollup-plugin-eslint instead of this one, it looks like no errors and warnings are thrown by 'no-var'.Thanks. |
Dope, thanks for the feedback! |
Hi, I have a problem (probably) with plugin.
This is my rollup config:
Here is .eslintrc
When I build a project almost everything is fine, but not all. Some errors and warnings are thrown but I don't know why, for example: I see a lot of
no-var
rule warnings. In my code I use onlyconst
andlet
declarations, but in the console I still see these warns. Interesting is fact that when I run ESLint through CLI (./node_modules/.bin/eslint .
) this problem not occur. Because of that I think that this problem is connected with rollup plugin rather than ESLint's ecosystem directly. If I disableno-var
rule the problem of course goes away.Help me, please. Thank you. :)
The text was updated successfully, but these errors were encountered: