diff --git a/.eslintrc.js b/.eslintrc.js index c8ec8d1d01..946a157e40 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,7 +36,8 @@ module.exports = { } ], '@typescript-eslint/no-object-literal-type-assertion': 'off', - '@typescript-eslint/no-unused-vars': 'off' + '@typescript-eslint/no-unused-vars': 'off', + '@typescript-eslint/prefer-interface': 'off' }, globals: { globalThis: false