Skip to content

Commit

Permalink
fix formatting in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Jul 4, 2022
1 parent 0e028f6 commit e03b085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
],
rules: {
// Our custom rules
"@typescript-eslint/consistent-type-definitions": ["error", "type"] // The difference between Interface and Type are very minimal, so it makes sense to settle only on one of them
"@typescript-eslint/consistent-type-definitions": ["error", "type"] // The difference between Interface and Type are very minimal, so it makes sense to settle only on one of them
}
},
],
Expand Down

0 comments on commit e03b085

Please sign in to comment.