https://bugs.kde.org/show_bug.cgi?id=456493
--- Comment #12 from Waqar Ahmed <waqar....@gmail.com> --- > I still have the same issues when running from Code Analysis Right. I forgot to push the change for that. Exit Code 0 wasn't being considered as a success code so it was erroring out. Should work now I think. Besides that, you don't need/have to setup a project to make this work. We do have a .kateproject file, but it is optional to use. There is still the issue that if there is no eslintrc file or eslint is not initalized for a project, it will error out. ESLint doesn't seem to provide a way to add a fallback configuration that it could fallback to in case nothing was found locally. It is possible to add it explicitly, so perhaps we can support this in future in the ESLint plugin. -- You are receiving this mail because: You are watching all bug changes.