[bagpipes] Remove unused lint exceptions (#47977)

This commit is contained in:
Jack Bates 2020-09-23 14:14:19 -07:00 committed by GitHub
parent f390391c6f
commit 7425b9066b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"no-object-literal-type-assertion": false
}
}