Skip to content

Commit

Permalink
add member-delimiter-style lint rule (semi colons after member declar…
Browse files Browse the repository at this point in the history
…ations in types). #1210
  • Loading branch information
zepumph committed Mar 23, 2022
1 parent 0a2ea78 commit 871e136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
// Put TypeScript specific rules here
// '@typescript-eslint/no-inferrable-types': 'error',
// '@typescript-eslint/no-unnecessary-type-constraint': 'error',
'@typescript-eslint/member-delimiter-style': 'error' // semi colons in type declarations.

// Typescript rules that require type information (may be slow)
// These require parserOptions.project.
Expand Down

0 comments on commit 871e136

Please sign in to comment.