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

CodeMirror Lint addon to use ESLint

Results 3 codemirror-lint-eslint issues
Sort by recently updated
recently updated
newest added

As the above title says, It does a bunch of work. - Upgrade ESLint - Upgrade CodeMirror

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...

I have done npm install of codemirror, eslint and codemirror-lint-eslint In a .js file I have: window.CodeMirror = require("codemirror") //now in index.html because this didn't work require("codemirror/mode/javascript/javascript") require("eslint") require("codemirror/addon/lint/lint.js") require("codemirror-lint-eslint")...