0.0.2 • Published 11 years ago
jsxhint-brunch v0.0.2
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.