gulp plugin, wrapper for jsxhint to transform jsx to js before run jshint.
Getting Started
Gulp requires ~3.8.11
Please check out this Getting Started to install gulp if you haven't used gulp before. Then you may install this plugin with this command:
npm install gulp-jsxconvert --save-dev
Add "hint" task
Overview
Once the plugin has been installed, add a 'hint' task to your project's gulpfile.js.
var gulp = ;var jsxconvert = ;var jshint = ; gulp;
License
This projected is licensed under the terms of the MIT license.