mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[alexa-sdk] Remove unused lint exceptions (#47793)
This commit is contained in:
parent
4f474d39d0
commit
a6ca673e91
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user