mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Add jsonstream-next based on jsonstream. * Removed lint rule overrides. * Fixed tsconfig. * strictNullChecks true * Edits * Trailing whitespace. * Apply suggestions from code review * Remove ESLint exceptions for jsonstream[-next]. * Remove leading newline.
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|