Skip to content

Commit 469e816

Browse files
committed
fix: lint
1 parent ff49dc6 commit 469e816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/php.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function loadPHPLoaderModule(v: Version) {
3434
// @ts-ignore
3535
return import('./wasm-assets/php-8.3.js');
3636
default:
37+
/* eslint no-unused-vars: 0 */
3738
const x: never = v
3839
return Error('not defined version');
3940
}

0 commit comments

Comments
 (0)