jsxhint-brunch

0.0.2 • Public • Published

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

jsxhint.pattern /^app\/.*\.jsx?$/
jsxhint.warnOnly yes
jsxhint.configFile .jshintrc

License

Licensed under the MIT license.

Package Sidebar

Install

npm i jsxhint-brunch

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • banyan