0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 07:52:41 +01:00

disable @typescript-eslint/prefer-interface

This commit is contained in:
mrkishi 2019-11-29 18:43:49 -03:00
parent afe06059bf
commit 26de6eb871

View File

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