tweak eslint config

This commit is contained in:
syuilo
2025-06-26 10:49:41 +09:00
parent b455e63da7
commit 525a330637
4 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ export default [
},
},
rules: {
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-empty-interface': ['error', {
allowSingleExtends: true,
}],