[async-polling] Remove unused lint exceptions (#47932)

This commit is contained in:
Jack Bates 2020-09-23 11:42:27 -07:00 committed by GitHub
parent ac7ca046e5
commit e2dc9747af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,9 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"only-arrow-functions": false,
"prefer-method-signature": false,
"semicolon": false,
"space-before-function-paren": false,
"strict-export-declare-modifiers": false