[angular-cookie] Remove unused lint exceptions (#47830)

This commit is contained in:
Jack Bates 2020-09-22 12:18:59 -07:00 committed by GitHub
parent d2b15f82fd
commit d74ae3eed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,12 @@
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"eofline": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"unified-signatures": false
}