Skip to content

Commit 4e26594

Browse files
committed
test(core/assembler): add snapshot tests
1 parent b834298 commit 4e26594

File tree

3 files changed

+420
-2
lines changed

3 files changed

+420
-2
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export default defineConfig(
4040
'@typescript-eslint/no-unused-expressions': ['error', {
4141
allowShortCircuit: true,
4242
}],
43+
'@typescript-eslint/no-unused-vars': ['error', {
44+
ignoreRestSiblings: true,
45+
}],
4346
'@typescript-eslint/no-empty-object-type': 'off',
4447
'@typescript-eslint/no-explicit-any': 'off',
4548
'@typescript-eslint/no-unsafe-argument': 'off',

0 commit comments

Comments
 (0)