-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Following a move to eslint (from tslint) some lint errors were changed to warnings to get the build to pass. These overrides should be removed and the lint errors fixed:
Lines 104 to 110 in 2f1453d
| "rules": { | |
| "@typescript-eslint/prefer-regexp-exec": 1, | |
| "@typescript-eslint/require-await": 1, | |
| "@typescript-eslint/restrict-plus-operands": 1, | |
| "@typescript-eslint/strict-boolean-expressions": 1, | |
| "@typescript-eslint/unbound-method": 1 | |
| } |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers