Skip to content

Commit

Permalink
add eslint comma rule
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Jan 17, 2022
1 parent cc70043 commit b13a7cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Expand Up @@ -37,6 +37,12 @@
"@typescript-eslint/consistent-type-imports": [
"warn",
{ "prefer": "type-imports" }
],
"@typescript-eslint/member-delimiter-style": [
"warn",
{
"multiline": { "delimiter": "semicolon" }
},
]
},
"overrides": [
Expand Down

0 comments on commit b13a7cf

Please sign in to comment.