addyosmani / sublime-fixmyjs

SublimeText package for FixMyJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illegal space before opening round brace

ts-ign0re opened this issue · comments

Hi, great plugin. Bu it does not correct the extra space after the function declaration.
steroids ios-sim 146x30 2014-10-11 10-02-21

Could you file an upstream bug at https://github.com/jshint/fixmyjs/? This is a bug there atm.

@nashpro do you have a link to the upstream bug? I am struggling with this problem and looking for a fix :)

Aah I found it. jshint/fixmyjs#110 solves the issue (version 2 of fixmyjs).

Note to self : package.json

  "devDependencies": {
    "fixmyjs": "jshint/fixmyjs#v2.0",
    ....