Skip to content

Commit

Permalink
changed coveralls to coveralls-next and disabled the new eslint rules
Browse files Browse the repository at this point in the history
for now
  • Loading branch information
Havunen committed Dec 13, 2023
1 parent 8b03e98 commit 915a6c5
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 535 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/non-nullable-type-assertion-style": "off",
"no-void": "off",
"no-labels": "off"
}
Expand Down
Loading

0 comments on commit 915a6c5

Please sign in to comment.