sveltejs / eslint-config

An ESLint config for Svelte
14 stars 11 forks source link

Add space-infix-ops rule #13

Closed benmccann closed 3 years ago

benmccann commented 3 years ago

Adds the rule '@typescript-eslint/space-infix-ops': 'error'. You can see this rule applied in https://github.com/sveltejs/svelte/pull/5902

Also sorts the existing rules