mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"member-access": true,
|
|
"semicolon": false,
|
|
"one-line": {
|
|
"options": [
|
|
"check-open-brace",
|
|
"check-whitespace"
|
|
]
|
|
}
|
|
}
|
|
}
|