Skip to content

Commit

Permalink
Format 30142a3
Browse files Browse the repository at this point in the history
  • Loading branch information
prettifier[bot] committed Oct 27, 2020
1 parent 30142a3 commit 3e22117
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
],
"rules": {
"@typescript-eslint/ban-ts-comment": ["off"],
"@typescript-eslint/member-delimiter-style": [
"error",
{ "multiline": { "delimiter": "none" } }
],
"@typescript-eslint/member-delimiter-style": ["error", { "multiline": { "delimiter": "none" } }],
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/no-use-before-define": ["error", "nofunc"]
}
Expand Down

0 comments on commit 3e22117

Please sign in to comment.