prettier / eslint-config-prettier

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

@typescript-eslint/quotes not blocked #204

Closed jtheberge closed 2 years ago

jtheberge commented 2 years ago

Hi, it looks like eslint's quote rule is blocked, but not @typescript-eslint/quotes.

lydell commented 2 years ago

https://github.com/prettier/eslint-config-prettier/blob/866a562bcd86bca75da3b268d2cc0eb1143fd81b/index.js#L18

jtheberge commented 2 years ago

So weird, I extended the config and this rule was not being disabled despite being last in the array. I think my IDE wasn't reading it correctly, because today now I no longer need to manually disable this rule 🤦