Update TypeScript ESLint dependencies
This commit is contained in:
parent
e60773cdf3
commit
465b387a13
5 changed files with 623 additions and 198 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue