prettier / eslint-config-prettier

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

Should `@typescript-eslint/keyword-spacing` be included? #146

Closed 0xCLARITY closed 4 years ago

0xCLARITY commented 4 years ago

The base ESLint rule keyword-spacing is disabled by eslint-config-prettier, but not the corresponding @typescript-eslint rule here:

https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js

https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/keyword-spacing.md

Should it be?

lydell commented 4 years ago

Duplicate of #145