Skip to content

Commit

Permalink
feat: configure @typescript-eslint/key-spacing rule (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaneitchik committed Feb 2, 2023
1 parent b74d64a commit 7a3f492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ module.exports = {
],
// Code should be formatted using Prettier.
'@typescript-eslint/func-call-spacing': 'off',
// Code should be formatted using Prettier.
'@typescript-eslint/key-spacing': 'off',
'@typescript-eslint/member-ordering': [
'error',
{
Expand Down

0 comments on commit 7a3f492

Please sign in to comment.