prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.46k stars 255 forks source link

change rules name from `babel/*` to `@babel/*` #186

Closed ghost closed 3 years ago

ghost commented 3 years ago

this package only covers rules babel/*, provided by the discontinued package eslint-plugin-babel

the rule names of the new package @babel/eslint-plugin is @babel/*

https://github.com/babel/eslint-plugin-babel#note-eslint-plugin-babel-is-now-babeleslint-plugin-and-has-moved-into-the-babel-monorepo

lydell commented 3 years ago

Thanks for the heads up!

I think we should support both for a while to make it easier for folks to upgrade.

lydell commented 3 years ago

Released in v8.3.0.