lintplus icon indicating copy to clipboard operation
lintplus copied to clipboard

An improved linting plugin for the lite text editor.

Results 14 lintplus issues
Sort by recently updated
recently updated
newest added

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: ![lintplus_and_line_wrap](https://github.com/liquidev/lintplus/assets/70488689/012b1567-e3f6-4f4d-9025-4c9592107c16) Line wrapping works normally if lint+ is disabled: ![no_linplus_only_linewrap](https://github.com/liquidev/lintplus/assets/70488689/6d23768f-2714-410b-b6ea-f64fbbb447c2) 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...