DefinitelyTyped/types/sax/tslint.json
Daniel Cassidy 3606a1504c sax: Various improvements (#35861)
* sax: Mark arguments optional.

"strict" and "opt" arguments are optional when creating a parser or
stream.

* sax: Add event overloads for SAXStream

* sax: Enable as many tslint rules as possible.

* sax: Fix header to conform to dt-header lint rule

* sax: Fix violations of no-consecutive-blank-lines

* sax: Fix violations of only-arrow-functions

* sax: Fix violations of prefer-const

* sax: Fix violations of strict-export-declare-modifiers

* sax: Fix violations of unified-signatures

* sax: Add self to authors

* sax: Add "this" types to event handlers

* sax: Add tests for stream events

* sax: Add tests for optional parameters

* sax: Update version number

* sax: Add trailing newline
2019-05-31 10:01:36 -07:00

4 lines
37 B
JSON

{
"extends": "dtslint/dt.json"
}