instead of a custom rule, make the change upstream

relies on https://github.com/sveltejs/eslint-config/pull/1
pull/5031/head
john gravois 5 years ago
parent 354ab15945
commit 52eee5ed76
No known key found for this signature in database
GPG Key ID: C062A77053A255FC

@ -10,9 +10,5 @@ module.exports = {
'estree' 'estree'
], ],
'svelte3/compiler': require('./compiler') 'svelte3/compiler': require('./compiler')
},
// workaround for https://github.com/typescript-eslint/typescript-eslint/issues/1824 and rely solely on 'indent' rule
rules: {
"@typescript-eslint/indent": "off"
} }
}; };

Loading…
Cancel
Save