Closed
Description
Overview
#8072 tracks deprecating formatting rules as a non-breaking change. As a followup, this issue tracks removing those formatting rules from typescript-eslint altogether. Those rules now live in eslint-stylistic and as such don't need to exist in this plugin anymore.
As a breaking change for our next major version, let's:
- Delete the files! πͺ
- Look into removing the
'layout'
property from our internal rulemeta.type
type union- Or at least that this should only impact internal rules. We shouldn't negatively impact
eslint-stylistic
or other consumers of our custom rule APIs
- Or at least that this should only impact internal rules. We shouldn't negatively impact