Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/jsxhint-brunch
Adds JSXHint linting support to brunch
https://github.com/banyan/jsxhint-brunch
Last synced: 16 days ago
JSON representation
Adds JSXHint linting support to brunch
- Host: GitHub
- URL: https://github.com/banyan/jsxhint-brunch
- Owner: banyan
- License: mit
- Created: 2014-08-31T11:29:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T00:48:59.000Z (over 9 years ago)
- Last Synced: 2025-01-16T21:53:27.896Z (26 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsxhint-brunch [![Build Status](https://travis-ci.org/travis-ci/travis-api.svg?branch=master)](https://travis-ci.org/travis-ci/travis-api)
Adds [JSXHint](https://github.com/STRML/JSXHint) support to [brunch](http://brunch.io).
## Install
```
npm install --save jsxhint # currently it depends on cli
npm install --save jsxhint-brunch
```## Option
```coffeescript
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](jsxhint-brunch/blob/master/LICENSE-MIT).