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 has been archived by the owner on Aug 7, 2023. It is now read-only.
// ...provideLinter(){return{name: 'TSLint',
grammarScopes,scope: 'file',lintsOnChange: true,// <-- This should probably read from atom.config?lint: async(textEditor)=>{// ...
I suppose the line that reads lintsOnChange: true should read from atom.config?
I'm not sure what you are trying to say there... this provider doesn't have a setting to override that.
I'm going to assume that @AlexanderOMara was correct in their assumption that this is a duplicate of #222. Since @jfrancos never responded though we'll likely never know for sure.
I have "Lint on Change" set in Linter, and this works fine with eslint. But for tslint, linting does not seem to happen until I save the file.
The text was updated successfully, but these errors were encountered: