Getting Facebook’s react.js library JSX syntax to play nicely with jslint?
I tried to follow Dustin’s and STRML’s advice on this thread, and here’s what worked best for me. Development Setup I use Sublime Text with SublimeLinter + SublimeLinter-jshint + SublimeLinter-jsxhint. These are very nice plugins that let me see mistakes when I save the file, both for JS and JSX files: These plugins respect your … Read more