You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
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?