Webstorm + Standard JS + Flow problem

Hi, I'm trying out webstorm, which I have a project that use Standard JS and Flow.

Standard JS is setup exactly as described here https://github.com/feross/standard#can-i-use-a-javascript-language-variant-like-flow 

I put these lines in package.json

"standard": {
"plugins": [
"flowtype"
],
"parser": "babel-eslint"

and webstorm give me 

  Error: Invalid option '--plugins' - perhaps you meant '--plugin'?

And no Standard lint is output.

I tried it in VS Code and Atom and they both work fine. So I assume I setup something wrong with Webstorm.

Does anyone happen to have this problem? How can I fix it?

0

Please sign in to leave a comment.