mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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.
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"no-empty-interface": false
|
|
}
|
|
}
|