disable `@typescript-eslint/prefer-interface`

pull/7738/head
mrkishi 6 years ago
parent 2b967c041b
commit 9e2e77d4ee

@ -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

Loading…
Cancel
Save