https://bugs.kde.org/show_bug.cgi?id=456493
--- Comment #17 from Waqar Ahmed <waqar....@gmail.com> --- > really like the idea of a fallback config in future (and maybe even an > interface to customize it in the plugin settings); maybe a simple error > message would be helpful for now? Something like "No ESLint configuration > found Adding the config can be done if needed. It's a separate plugin so there's no reason it can't have it's own config page. Main problem is that I have little experience in using ESLint and thus I am unaware of what configurations are needed / helpful. Help is definitely welcome :) > it would be amazing to be able to have it work live This is possible, but only if ESLint is fast enough. With a 3 second delay(current situation), not really. I recently added a formatting plugin, perhaps you have used it already. That plugin also supports prettier and is very fast. To be able to do that, we just run a node instance once and then run prettier inside it and then Kate talks to this instance and does formatting. So far it's working fine. Perhaps such an approach can taken with ESLint as well. > I could help write user documentation on the plugin for The Kate Handbook? FOR SURE. Help is really needed with our documentation in general. You can even try to improve the plugin on your own and maybe create a patch :) -- You are receiving this mail because: You are watching all bug changes.