3.12.0 • Published 9 years ago
eslint-brunch v3.12.0
eslint-brunch
Adds ESLint support to brunch.
Usage
Install the plugin via npm with npm install --save eslint-brunch
.
Configuration settings can be set in any acceptable .eslintrc.*
configuration file formats. If no configuration file can be found, this plugin will fallback to default ESLint options.
Options
config = {
plugins: {
eslint: {
pattern: /^app\/.*\.js?$/,
warnOnly: true,
config: {rules: {'array-callback-return': 'warn'}}
}
}
}
Option | Type | Optional? | Default | Description |
---|---|---|---|---|
pattern | RegExp | Yes | /^app\/.*\.js?$/ | Pattern of filepaths to be processed (docs). |
warnOnly | Boolean | Yes | true | Use warn logging level instead of error . |
config | Object | Yes | {} | Options to pass to the ESLint engine (docs). |
License
Licensed under the MIT license.
3.12.0
9 years ago
3.11.1
9 years ago
3.11.0
9 years ago
3.10.0
9 years ago
3.9.1
9 years ago
3.9.0
9 years ago
3.8.0
9 years ago
3.7.0
9 years ago
3.6.0
9 years ago
3.5.1
9 years ago
3.5.0
9 years ago
3.4.0
9 years ago
3.3.0
9 years ago
3.2.0
9 years ago
3.1.0
9 years ago
3.0.0
9 years ago
2.0.0
10 years ago
1.8.6
10 years ago
1.8.5
10 years ago
1.8.4
10 years ago
1.8.3
10 years ago
1.8.2
10 years ago
1.8.1
10 years ago
1.8.0
10 years ago
1.0.0
10 years ago