Skip to content

Commit 62bd550

Browse files
committed
workaround no-unused-vars error
1 parent dc5d7b8 commit 62bd550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export default tseslint.config(
2828
"warn",
2929
{ allowConstantExport: true },
3030
],
31+
// rando answer from https://github.com/eslint/eslint/discussions/18685
32+
'@typescript-eslint/no-unused-vars': ['warn', { caughtErrors: 'none' }]
3133
},
3234
},
3335
);

0 commit comments

Comments
 (0)