lintplus
lintplus copied to clipboard
An improved linting plugin for the lite text editor.
Hi guys. I would first like to apologise in advance if this seems to be a stupid issue to open as I am a complete noob in the programming world....
Multiple lines overlap, when lint+ and line wrapping are enabled simultaneously:  Line wrapping works normally if lint+ is disabled:  No visible issues from lint+ when line wrapping is...
Executing npm modules as separate processes on Windows requires including their file extensions. For example, "eslint" should be "eslint.cmd". The solution would look like this: function lint.command(cmd) vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv if PLATFORM...