ESLint-Formatter
ESLint-Formatter copied to clipboard
Babel 7 upgrade
After upgrading to babel 7 (and other related packages as a consequence) I am experiencing problems with the extension; when saving the code that automatically fixes the lint errors is not working and generating an error.

Does anyone have any solution/workaround for it?
I've tried both solutions proposed in the errormessage and it works :
- in my
.eslint.ymlfile , I added :
parserOptions:
requireConfigFile: false
- Or, I add a
.babelrcfile at the root of my files, with a default content :
{
"presets": ["@babel/preset-env"]
}
It solves my eslint formatter and it "fixes" again