ESLint: Remove @typescript-eslint/interface-name-prefix rule

The check was removed from typescript-eslint and replaced by the
naming-convention rule.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-02-20 20:41:42 +01:00
parent 9485597e6f
commit 1114127b80
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -20,7 +20,6 @@ module.exports = {
jest: true,
},
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',