[azure-sb] Remove unused lint exceptions (#47951)

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

View File

@ -2,18 +2,14 @@
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"interface-name": false,
"member-access": false,
"no-empty-interface": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-self-import": false,
"no-unnecessary-generics": false,
"object-literal-key-quotes": false,
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"whitespace": false
}