kentcdodds / prettier-eslint-atom

DEPRECATED IN FAVOR OF prettier-atom + ESLint integration
MIT License
64 stars 6 forks source link

Upgrade to latest prettier-eslint #18

Closed aaronshaf closed 7 years ago

aaronshaf commented 7 years ago

... to get prettier 0.17.0

kentcdodds commented 7 years ago

Actually, you should be able to just run apm uninstall prettier-eslint-atom && apm install prettier-eslint-atom and because the version ranges are the way they are it should update to the latest version of prettier-eslint (which has the latest prettier).

kentcdodds commented 7 years ago

This package has been deprecated. Please see the README for instructions on moving to the new plugin.