eslint bump

This commit is contained in:
Eugene Pankov
2019-11-25 12:05:58 +01:00
parent 6a7ac612ee
commit d90f68c439
6 changed files with 15 additions and 30 deletions

View File

@@ -94,3 +94,6 @@ rules:
- allowTemplateLiterals: true
'@typescript-eslint/no-non-null-assertion': off
'@typescript-eslint/no-unnecessary-condition': off
'@typescript-eslint/no-untyped-public-signature': off # bugs out on constructors
'@typescript-eslint/restrict-template-expressions': off
'@typescript-eslint/no-dynamic-delete': off