addyosmani / sublime-fixmyjs

SublimeText package for FixMyJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows strange behaviour

bafxyz opened this issue · comments

Hello,
I'm having strange plugin behavior at Windows 8 ST3, don't sure if it should work this way.
Firstly i have created new project and putted in the root of the project configured .jshintrc file.
So now my SublimeLinter plugin see problematic places, but then i'm running FixMyJS, it doesn't change my code like it should. I mean it removes white spaces but doesn't fix my code, so no strict statement and other fixes.

Before:
http://snag.gy/lGm1n.jpg
After:
http://snag.gy/KImhK.jpg

Can you point me what i'm doing wrong? Thank you.