mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"no-consecutive-blank-lines": false,
|
|
"no-duplicate-variable": false,
|
|
"no-var-keyword": false,
|
|
"only-arrow-functions": false,
|
|
"space-before-function-paren": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|