chore(eslint): change no-empty-object-type to warn instead of error (#7998)

This commit is contained in:
Alessio Gravili
2024-08-30 16:29:06 -04:00
committed by GitHub
parent 2c1c0dae70
commit b5fb92530c

View File

@@ -104,6 +104,7 @@ const typescriptRules = {
},
},
],
'@typescript-eslint/no-empty-object-type': 'warn'
}
/** @typedef {import('eslint').Linter.FlatConfig} */