Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Aug 31, 2024
1 parent 06a83bf commit a6ca6f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/internal-tsconfig/vite.base.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
},
plugins: [tsconfigPaths()],
test: {
onStackTrace(error, frame) {
onStackTrace(_error, _frame) {
return true
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/quickjs-emscripten-core/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import type {
JSValuePointerPointerPointer,
JSVoidPointer,
} from "@jitl/quickjs-ffi-types"
import { debugLog } from "./debug"
import type { JSPromiseState } from "./deferred-promise"
import { QuickJSDeferredPromise } from "./deferred-promise"
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down
1 change: 0 additions & 1 deletion packages/quickjs-emscripten/src/leak.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
} from "."

const TEST_LEAK = Boolean(process.env.TEST_LEAK)
const TEST_SLOW = !process.env.TEST_FAST
const testOptions = {
timeout: Infinity,
}
Expand Down

0 comments on commit a6ca6f4

Please sign in to comment.