[alexa-sdk] Remove unused lint exceptions (#47793)

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

View File

@ -1,12 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-any": false,
"no-empty-interface": false,
"npm-naming": false,
"object-literal-key-quote": false,
"object-literal-key-quotes": false,
"object-literal-shorthand": false,
"prefer-method-signature": false
"object-literal-shorthand": false
}
}