jsxhint-brunch
v0.0.2
Published
Adds JSXHint linting support to Brunch.
Downloads
5
Maintainers
Readme
jsxhint-brunch
Adds JSXHint support to brunch.
Install
npm install --save jsxhint # currently it depends on cli
npm install --save jsxhint-brunch
Option
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.