eslint-plugin-dependencies icon indicating copy to clipboard operation
eslint-plugin-dependencies copied to clipboard

doesn't work on ts and tsx files

Open JustFly1984 opened this issue 7 years ago • 0 comments

I got this warnings on 100% working codebase after porting it to typescript.

   2:30  warning  "./injectscript" does not exist           dependencies/no-unresolved
   3:27  warning  "./isbrowser" does not exist              dependencies/no-unresolved

JustFly1984 avatar Mar 08 '19 17:03 JustFly1984