Disable tslint automatically

This is generated code, no need to lint it
This commit is contained in:
Alex Crichton
2017-12-20 08:21:19 -08:00
parent 97957d98f1
commit 2fbd784002

View File

@ -477,6 +477,7 @@ impl Js {
writes.push_str("wasm_exports = exports;\n"); writes.push_str("wasm_exports = exports;\n");
} }
format!(" format!("
/* tslint:disable */
{globals} {globals}
interface WasmImportsTop {{ interface WasmImportsTop {{