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!
Please sign in to leave a comment.
Both options are there for me:
What file is it -
.js?.vue? Or? Can you provide your .eslintrc file?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.
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)?