Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).