I’m updating ESLint in my project, and I’m using @babel/eslint-parser. This parser requires access to Babel’s configuration files.
What I want to do is link the parser to the Babel settings that Meteor uses in the background to compile the code. However, I was unable to find anything to help me figure out how to do this.
I was able to disable the requirement for a config file with requireConfigFile: false
, but the linting of some files break with this. For example, I’m unable to lint .jsx
files.
Any help with this would be highly appreciated. Thanks!
1 post - 1 participant