Skip to content

Commit 90f68bf

Browse files
committed
fix linting errors
1 parent f9f66c3 commit 90f68bf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/compiler/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
"src/compiler.ts": /.*/,
1515
"src/editor/editor.ts": /.*/,
1616
},
17-
ignores: ["src/data/wasm_exec.js"],
17+
ignores: ["src/data/wasm_exec.js", "vitest.config.ts"],
1818
restrictedImports: [],
1919
}),
2020
// Disallow console calls in compiler code (use logging.ts functions instead)

packages/compiler/src/data/tests/generateCodeSamples.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-call */
2-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
31
import type { SchemaValue } from "@speakeasy-api/docs-md-shared";
42
import { describe, expect, it } from "vitest";
53

0 commit comments

Comments
 (0)