3.12.0 • Published 8 years ago

eslint-brunch v3.12.0

Weekly downloads
1,695
License
-
Repository
github
Last release
8 years ago

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'}}
    }
  }
}
OptionTypeOptional?DefaultDescription
patternRegExpYes/^app\/.*\.js?$/Pattern of filepaths to be processed (docs).
warnOnlyBooleanYestrueUse warn logging level instead of error.
configObjectYes{}Options to pass to the ESLint engine (docs).

License

Licensed under the MIT license.

3.12.0

8 years ago

3.11.1

8 years ago

3.11.0

8 years ago

3.10.0

8 years ago

3.9.1

8 years ago

3.9.0

8 years ago

3.8.0

8 years ago

3.7.0

8 years ago

3.6.0

8 years ago

3.5.1

8 years ago

3.5.0

8 years ago

3.4.0

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.8.6

8 years ago

1.8.5

8 years ago

1.8.4

9 years ago

1.8.3

9 years ago

1.8.2

9 years ago

1.8.1

9 years ago

1.8.0

9 years ago

1.0.0

9 years ago