Open oomathias opened 7 years ago
v2.8.0
@joseluisq Well, if you change the parser to babel-eslint
the linter-js-standard
package works well and I'm not seeing any errors (I suppose you are using this one in the screenshot). Also, invoking manually standard --fix
works too.
"standard": {
"parser": "babel-eslint"
}
The documentation says:
standard - equivalent to running
standard --fix
Actually, it's not the case if you use another parser.
+1
Any resolution on this? Also fails when using decorators.
Using this file
is not fixed on save (invoking manually
./node_modules/.bin/standard --fix
does fix the file);is fixed on save.
Maybe it's related to my parser: