Skip to content

Commit

Permalink
fix(Typescript): add type annotation spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jun 19, 2023
1 parent 101e7f5 commit 7014911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/typescript/configs/typescriptEslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
project: 'tsconfig.json',
},
rules: {
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/no-unused-vars': [
'warn',
{
Expand Down

0 comments on commit 7014911

Please sign in to comment.