• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


29 Nov, 2024

Updated at 14 Dec, 2024

Link Babel ESLint Parser to Meteor's Babel settings

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

Read full topic