chore(eslint): change no-empty-object-type to warn instead of error (#7998)
This commit is contained in:
@@ -104,6 +104,7 @@ const typescriptRules = {
|
||||
},
|
||||
},
|
||||
],
|
||||
'@typescript-eslint/no-empty-object-type': 'warn'
|
||||
}
|
||||
|
||||
/** @typedef {import('eslint').Linter.FlatConfig} */
|
||||
|
||||
Reference in New Issue
Block a user