Files
Daniel Rosenwasser 60a8844cc1 Add jsonstream-next (#64292)
* 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.
2023-02-14 00:50:02 -08:00

8 lines
166 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"adjacent-overload-signatures": false,
"unified-signatures": false
}
}