/eslint-brunch

Adds ESLint support to Brunch

Primary LanguageJavaScriptMIT LicenseMIT

eslint-brunch

Adds ESLint support to brunch.

Usage

Install the plugin via npm with npm install --save eslint-brunch.

Configuration settings should be set in your .eslintrc file.

Options

config =
  plugins:
    eslint:
      pattern: /^app\/.*\.js?$/
      warnOnly: yes

Every sub-option (pattern, warnOnly) is optional.

License

Licensed under the MIT license.