mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 06:21:22 +00:00
disable eslint in generated type definition file (#1908)
This commit is contained in:
@ -45,7 +45,7 @@ impl Config {
|
||||
}
|
||||
|
||||
pub fn typescript(module: &Module) -> Result<String, Error> {
|
||||
let mut exports = format!("/* tslint:disable */\n");
|
||||
let mut exports = format!("/* tslint:disable */\n/* eslint-disable */\n");
|
||||
|
||||
for entry in module.exports.iter() {
|
||||
let id = match entry.item {
|
||||
|
Reference in New Issue
Block a user