DefinitelyTyped/types/emscripten/tslint.json
Kensuke Matsuzaki a971b995f2 Rebase Fix and improvements for 1.38.33 (#37459)
* Improve types of `ccall` and `cwrap` functions

* Fix type of FS.init() since it accepts null

* Simplify type of writeFile()

* Add missing onRuntimeInitialized hook

* Add options to ccall() and cwrap()

* More tests

* Fix linter error and compile error

* Add version to header

* Fix string conversion functions are defined at toplevel

* Add me to maintainers

* Add lengthBytesUTF*() and allocateUTF8()

* Add Module.onAbort

* Fix emscripten lint

* Fix emscripten FS typing

* Revert "Add me to maintainers"

This reverts commit db3b5157b4ee35a9404cff6b673eed89cd42fc0f.
2019-08-09 07:24:02 -07:00

9 lines
152 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"dt-header": false,
"npm-naming": false,
"no-empty-interface": false
}
}