codemirror-lint-eslint icon indicating copy to clipboard operation
codemirror-lint-eslint copied to clipboard

Rule keys are out of date

Open jfraboni opened this issue 7 years ago • 2 comments

Thanks man for this file, you saved me hours of time, greatly appreciated!

The last commit to this repo is a while back now, and ESLint rule keys have since changed. I could submit a pull request, but the updates I made are for a specific project, and I'm not sure I tripped all of out of date keys.

Thanks!!!

jfraboni avatar Oct 01 '16 23:10 jfraboni

How do I ensure that this implementation works with the latest ESLint rules? The rules have been updated by a great extent

pransen avatar Apr 20 '17 08:04 pransen

@prantiksen4 just replace line 174 of eslint-lint.js with var errors = (new eslint()).verify(text, config);

bdavidxyz avatar Feb 02 '18 13:02 bdavidxyz