mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-const-enum": false,
|
|
"no-unnecessary-class": false
|
|
}
|
|
}
|