disable `@typescript-eslint/prefer-interface`

pull/4014/head
mrkishi 6 years ago
parent afe06059bf
commit 26de6eb871

@ -36,7 +36,8 @@ module.exports = {
} }
], ],
'@typescript-eslint/no-object-literal-type-assertion': 'off', '@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: { globals: {
globalThis: false globalThis: false

Loading…
Cancel
Save