Lint current problems & fix ignore paths

This commit is contained in:
Martin Fournier
2021-12-19 13:04:34 -05:00
parent 92e8b42d18
commit 3b99da8474
9 changed files with 31 additions and 10 deletions
+1
View File
@@ -4,6 +4,7 @@ const defaultInterpreter = new Interpreter("", () => undefined);
// the acorn interpreter has a bug where it doesn't convert arrays correctly.
// so we have to more or less copy it here.
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
export function toNative(pseudoObj: any): any {
if (pseudoObj == null) return null;
if (