Eslint fix current file is missing after update?

So I just updated my Webstorm and now the option of 'Fix current file' is missing.

Is there a way to get it back? Everything else seems to be working fine.

Thank you!

0
3 comments

Both options are there for me:

 

What file is it - .js? .vue? Or? Can you provide your .eslintrc file?

0
Avatar
Permanently deleted user

Hi Elena, thanks for the reply!

I use '.js' files. My eslintrc file is this:

{
"parser": "babel-eslint",
"extends": [
"airbnb",
"plugin:flowtype/recommended"
],
"plugins": [
"flowtype"
],
"rules": {
"flowtype/define-flow-type": 0,
"react/jsx-filename-extension": 0,
"flowtype/no-types-missing-file-annotation": 0
},
"env": {
"browser": true,
"node": true
}
}

It's strange because on some files it is working, while others its not. They all are in the same project.

 

 

0

Can you provide a sample project I can use to recreate the issue, plus your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)?

0

Please sign in to leave a comment.