@siteone/builder-plugin-eslint
v0.12.0
Published
> plugin for [ESLint](https://eslint.org/)
Downloads
15
Keywords
Readme
@siteone/builder-plugin-eslint
plugin for ESLint
Install
$ npm install --save-dev @siteone/builder-plugin-eslint
Usage
None – recognized by and attached to @siteone/builder-core
automatically!
Config
Configurable via the eslint
key on your bldr.config.js
file.
You may also define or use existing .eslintrc.*
files in your project. You may also provide a custom configFile
path.
Default Config:
exports.eslint = {
cache: true,
parserOptions: {
parser: 'babel-eslint'
}
}
Available Options:
See Options for eslint-loader
and ESLint's Options too.