Skip to content

Commit

Permalink
Fixes microsoft#140391: Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jan 11, 2022
1 parent b6a64e1 commit 87b3230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"jsdoc/no-types": "warn",
"semi": "off",
"@typescript-eslint/semi": "warn",
"@typescript-eslint/member-delimiter-style": "warn",
"@typescript-eslint/naming-convention": [
"warn",
{
Expand Down

0 comments on commit 87b3230

Please sign in to comment.