Skip to content

Commit

Permalink
Merge 4f47291 into b6aec6f
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Sep 6, 2020
2 parents b6aec6f + 4f47291 commit 7882863
Show file tree
Hide file tree
Showing 53 changed files with 1,308 additions and 1,363 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,19 @@ overrides:
rules:
no-var: 0
"@typescript-eslint/restrict-template-expressions": off
"@typescript-eslint/ban-types": off
"@typescript-eslint/no-empty-interface": off
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/no-unsafe-call": off
"@typescript-eslint/no-unsafe-member-access": off
"@typescript-eslint/no-unsafe-assignment": off
"@typescript-eslint/restrict-plus-operands": off
"@typescript-eslint/no-unsafe-return": off
"@typescript-eslint/no-var-requires": off
"@typescript-eslint/no-empty-function": off
"@typescript-eslint/no-this-alias": off
"@typescript-eslint/no-implied-eval": off
"@typescript-eslint/no-floating-promises": off
no-invalid-this: off
rules:
block-scoped-var: error
callback-return: error
complexity: [error, 17]
complexity: [error, 18]
curly: [error, multi-line, consistent]
dot-location: [error, property]
dot-notation: error
Expand Down
Loading

0 comments on commit 7882863

Please sign in to comment.