mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 21:41:23 +00:00
disable eslint in generated type definition file (#1908)
This commit is contained in:
@ -84,7 +84,7 @@ impl<'a> Context<'a> {
|
||||
Ok(Context {
|
||||
globals: String::new(),
|
||||
imports_post: String::new(),
|
||||
typescript: "/* tslint:disable */\n".to_string(),
|
||||
typescript: "/* tslint:disable */\n/* eslint-disable */\n".to_string(),
|
||||
exposed_globals: Some(Default::default()),
|
||||
imported_names: Default::default(),
|
||||
js_imports: Default::default(),
|
||||
|
Reference in New Issue
Block a user