Update TypeScript ESLint dependencies

This commit is contained in:
Evan Hahn 2021-12-13 19:15:24 -06:00 committed by GitHub
parent e60773cdf3
commit 465b387a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 623 additions and 198 deletions

View file

@ -23,6 +23,7 @@ const rules = {
// it helps readability to put public API at top,
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': 'off',
// useful for unused or internal fields
'no-underscore-dangle': 'off',