1.0.0 • Published 7 years ago
eslint-config-boxdeluxe v1.0.0
eslint-config-boxdeluxe
The Boxdeluxe eslint styleguide used for JavaScript development
View this package on npmjs.com
Install
$ npm install --save-dev eslint-config-boxdeluxeUsage
Add some ESLint config to your package.json:
{
"name": "my-javascript-project",
"eslintConfig": {
"extends": "boxdeluxe"
}
}Or to .eslintrc:
{
"extends": "boxdeluxe"
}- Supports es2017 features
- See Shareable eslint configs for more details
License
MIT © Lewis Nixon