[amazon-connect-streams] Remove unused lint exceptions (#47798)

This commit is contained in:
Jack Bates 2020-09-22 11:56:28 -07:00 committed by GitHub
parent 150979c9d0
commit 3b86757d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": false,
"void-return": false
"max-line-length": false
}
}