mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
not all lint rules have been fixed because these tests are copied from documentation and should remain recognizable.
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-duplicate-variable": false,
|
|
"no-var-keyword": false,
|
|
"object-literal-shorthand": false,
|
|
"only-arrow-functions": false,
|
|
"prefer-const": false,
|
|
"prefer-template": false
|
|
}
|
|
}
|