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:
parent
afe06059bf
commit
26de6eb871
@ -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…
Reference in New Issue
Block a user