This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Ignore fixable rule while typing #208
Open
Description
I keep switching between JS code, where I'm using eslint, and TypeScript code. One feature that I really enjoy in eslint and am missing with tslint is Ignore fixable rules while typing.
I like it because the UI is less distracting while I'm typing and is not showing errors that are fixed as soon as I save the file, e.g. eofline, which is already fixed by atom.
Would something like that be possible?