prettier / eslint-config-prettier

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

Add support for typescript-eslint #77

Closed brimtown closed 5 years ago

brimtown commented 5 years ago

ESLint recently announced that eslint-plugin-typescript would be moving to typescript-eslint.

When starting a project with the new typescript-eslint and eslint-config-prettier, eslint-config-prettier does not disable styling rules in typescript-eslint. It seems like this because the scopes in typescript.js need to be updated from typescript/ to @typescript-eslint/.

Happy to send a PR over doing that myself if this would suffice!

brimtown commented 5 years ago

Just saw https://github.com/prettier/eslint-config-prettier/pull/74 was merged, nevermind! Looking forward to the release 😄

lydell commented 5 years ago

v4.0.0 is now released!