Package Exports
- eslint-config-xo-multi-spaces
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-xo-multi-spaces) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-xo-multi-space 
ESLint shareable config for XO with 2-space indent, key spacing and multi spaces.
This is for advanced users. You probably want to use XO directly.
Install
$ npm install --save-dev eslint-config-xo-multi-spaces
Usage
Add some ESLint config to your package.json
:
{
"name": "my-awesome-project",
"eslintConfig": {
"extends": "xo-multi-spaces"
}
}
Or to .eslintrc
:
{
"extends": "xo-multi-spaces"
}
This package also exposes xo-multi-spaces/esnext
if you want ES2015 support and rules:
{
"extends": "xo-multi-spaces/esnext"
}
And xo-multi-spaces/browser
if you're in the browser:
{
"extends": "xo-multi-spaces/browser"
}
License
MIT © Fredrik Forsmo