jsxhint-brunch
v0.0.2
Published
Adds JSXHint linting support to Brunch.
Maintainers
Readme
jsxhint-brunch 
Adds JSXHint support to brunch.
Install
npm install --save jsxhint # currently it depends on cli
npm install --save jsxhint-brunchOption
config =
plugins:
jsxhint:
pattern: /^app\/.*\.jsx?$/
warnOnly: yes
configFile: '.jshintrc'Every sub-option (pattern, warnOnly, configFile) is optional.
Default
License
Licensed under the MIT license.
