prettier / eslint-config-prettier

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

Support `@stylistic/eslint-plugin` #283

Open RebeccaStevens opened 3 months ago

RebeccaStevens commented 3 months ago

eslint and typescript-eslint have moved their stylistic rules to @stylistic/eslint-plugin.

These are the new rules I believe that need to be turned off:

JounQin commented 3 months ago

See #272