gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Detect .babelrc.js configuration files #427

Closed robertrossmann closed 7 years ago

robertrossmann commented 7 years ago

Support for plain JS Babel configuration has been added in Babel 7.0. See the latest blog post:

https://babeljs.io/blog/2017/09/12/planning-for-7.0

... and the related PR:

https://github.com/babel/babel/pull/4892

PS. I sure hope this is valid Coffee. Not used this language for some time and not sure how to run the test suite. 🤔

gandm commented 7 years ago

Thanks.