[amqp-rpc] Remove unused lint exceptions (#47801)

This commit is contained in:
Jack Bates 2020-09-22 11:54:33 -07:00 committed by GitHub
parent 708f3622bb
commit eeba25d471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,15 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"comment-format": false,
"dt-header": false,
"eofline": false,
"no-consecutive-blank-lines": false,
"no-redundant-jsdoc": false,
"no-unnecessary-generics": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"one-line": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"space-before-function-paren": false,