[angular-fullscreen] Remove unused lint exceptions (#47839)

This commit is contained in:
Jack Bates 2020-09-22 12:31:19 -07:00 committed by GitHub
parent a25f43d5bd
commit 168649055b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,10 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"interface-name": false,
"no-consecutive-blank-lines": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-reference-import": false,
"npm-naming": [
true,
@ -20,7 +18,6 @@
"mode": "code"
}
],
"prefer-method-signature": false,
"strict-export-declare-modifiers": false,
"trim-file": false
}