Closed 0xCLARITY closed 4 years ago
The base ESLint rule keyword-spacing is disabled by eslint-config-prettier, but not the corresponding @typescript-eslint rule here:
keyword-spacing
eslint-config-prettier
@typescript-eslint
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?
Good catch! It should!
Added in v6.11.0. Thanks for the report!
The base ESLint rule
keyword-spacing
is disabled byeslint-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?