mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"eofline": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"member-access": false,
|
|
"no-namespace": false,
|
|
"no-useless-files": false,
|
|
"no-var": false,
|
|
"semicolon": false
|
|
}
|
|
}
|