sveltejs / eslint-config

An ESLint config for Svelte
14 stars 11 forks source link

turn off @typescript-eslint/indent and rely exclusively on indent #1

Closed jgravois closed 4 years ago

jgravois commented 4 years ago

as requested in: https://github.com/sveltejs/svelte/pull/5031#discussion_r441260267

apparently @typescript-eslint/indent has 'myriad problems', so its probably more appropriate to rely solely on 'indent' rule.

more context: https://github.com/sveltejs/svelte/pull/5031#discussion_r441260919 related: https://github.com/typescript-eslint/typescript-eslint/issues/1824

benmccann commented 4 years ago

This has been fixed in master and can be closed

Conduitry commented 4 years ago

Closing in favor of #2.