mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* [json-schema] Added type definition for JSON object * Revert "[json-schema] Added type definition for JSON object" This reverts commit 21ecb0a486420079a1973fce895b473b9081516b. * [json-schema] Added type definition for JSON object * [json-schema] Added the missing indentation Co-authored-by: Jason Kwok <JasonHK@users.noreply.github.com>
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"comment-format": false,
|
|
"npm-naming": false,
|
|
"semicolon": false
|
|
}
|
|
}
|