Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-xo-space

xojs272.9kMIT0.35.0

ESLint shareable config for XO with 2-space indent

space, spaces, eslintconfig, xo, xoxo, code, quality, style, lint, linter, jscs, jshint, jslint, eslint, validate, code style, standard, strict, check, checker, verify, enforce, hint, simple

readme

eslint-config-xo-space

ESLint shareable config for XO with 2-space indent

This is for advanced users. You probably want to use XO directly.

Use the XO issue tracker instead of this one.

Install

npm install --save-dev eslint-config-xo-space

Usage

Add some ESLint config to your package.json:

{
    "name": "my-awesome-project",
    "eslintConfig": {
        "extends": "xo-space"
    }
}

Or to .eslintrc:

{
    "extends": "xo-space"
}

This package also exposes xo-space/browser if you're in the browser:

{
    "extends": "xo-space/browser"
}