Hello,
I am creating my code editor, but i just need the lint or activate a thing that show me the error on lines, i am new in codemirror and i dont speak english, please help me
The lint demo does this. Reading the source should get you what you need to know.
Hi, I made what the manual says and I saw the demo code, but I get the following error: javascript-lint.js: 18 Error: window.JSHINT not defined, CodeMirror JavaScript linting cannot run.
Do you know how to solve it?
Thank you.
You’ll have to load JSHint into your page.
Thanks bro