Skip to content

Commit

Permalink
fix(typescript): Disable the base key-spacing rule for TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Feb 13, 2023
1 parent b9cb5a7 commit a4efaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/typescript/rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ module.exports = {
// Enforce consistent spacing between property names
// and type annotations in types and interfaces. (autofixable)
// https://typescript-eslint.io/rules/key-spacing/
'key-spacing': 'off',
...extendFromBase('+key-spacing'),

// Enforce consistent spacing before and after keywords (autofixable)
Expand Down

0 comments on commit a4efaae

Please sign in to comment.