0.0.2 • Published 10 years ago

jsxhint-brunch v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

jsxhint-brunch Build Status

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.