Skip to content

Commit bbf7884

Browse files
authored
chore: bump dev dependencies (#9)
1 parent 0e0e01b commit bbf7884

File tree

3 files changed

+476
-452
lines changed

3 files changed

+476
-452
lines changed

eslint.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ export default [
1010
]
1111
},
1212
eslintConfigs.recommended,
13-
...tseslintConfigs.recommended
13+
...tseslintConfigs.recommended,
14+
{
15+
rules: {
16+
'@typescript-eslint/no-unused-vars': 'off'
17+
}
18+
}
1419
];

0 commit comments

Comments
 (0)