mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
366 B
JSON
14 lines
366 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"comment-format": false,
|
|
"eofline": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-padding": false,
|
|
"no-trailing-whitespace": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"trim-file": false
|
|
}
|
|
} |