frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

skip typescript lint for generated code #156

Closed ChiChou closed 3 months ago

ChiChou commented 3 months ago

when using IDE for this template, the linter also checks generated javascript, giving many non-sense errors like duplicated variable names

exclude generated code to tell the linter to ignore it

oleavr commented 3 months ago

Thanks!