DefinitelyTyped/types/nspell/tslint.json
Ulrich Block 667f23ccc8
[nspell] add types and tests for v2.1 (#46293)
* [nspell] add types and tests for v2.1

* rename to plural tests

* There is no UMD

* address linter errors and add testing comments

* address review comments by switching to callable class

* revert errornous change

* address review second part

* add esModuleInterop flag

without the flag npm run test fails.
It would not fail if "export default NSpell" would be used in combination with a "npm-naming" rule
2020-07-24 11:10:38 -07:00

4 lines
37 B
JSON

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