1.0.0 • Published 6 years ago

eslint-config-bricsys v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

eslint-config-spatie

Our eslint configuration.

Installation

Install this package, and save it as a devDependency:

npm install --save-dev eslint-config-bricsys

Then have your project's .eslintrc file extend the ruleset.

{
    "extends": "bricsys"
}

If you're using Vue in your project, you'll need to extend the Vue extension of the configuration, and install the eslint Vue and html plugins:

{
    "extends": "bricsys/vue"
}
yarn add eslint-plugin-vue eslint-plugin-html --dev

License

The MIT License (MIT). Please see License File for more information.