mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[brorand] Remove unused lint exceptions (#48026)
This commit is contained in:
parent
44fb82be76
commit
8b7876c95a
@ -1,12 +1,9 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"callable-types": false,
|
||||
"dt-header": false,
|
||||
"interface-over-type-literal": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"no-redundant-jsdoc": false,
|
||||
"prefer-const": false,
|
||||
"prefer-method-signature": false
|
||||
"prefer-const": false
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user