eslint-config-vazco
ESLint shareable config with rules used by Vazco.eu in Meteor/React projects
Install
$ npm install --save-dev eslint eslint-config-vazco babel-eslint eslint-plugin-babel eslint-plugin-react
Usage
Extend your project ESLint rules with our config. This can be done in few ways:
.eslintrc / .eslintrc.json
{
"extends": "vazco",
"rules": {
}
}
.eslintrc.yaml
extends:
- vazco
rules:
// custom project rules
package.json
{
"eslintConfig": {
"extends": "vazco"
}
}
Modifying the config
All information regarding making changes in the config and versioning details can be found in contributing file.
Please read them before opening a Pull Request or suggesting a change.
Licence
MIT. Copyright (c) Vazco.eu.