Skip to content

Commit

Permalink
Update ESLint configuration
Browse files Browse the repository at this point in the history
Remove the line to disable the "github/no-then"  rule.
  • Loading branch information
Eric Cornelissen committed Nov 25, 2020
1 parent 378f1f9 commit 35fd0a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"func-style": "off",
"github/no-then": "off"
"func-style": "off"
}
}]
}

0 comments on commit 35fd0a9

Please sign in to comment.