This package has been deprecated

Author message:

Use eslint-config-xo-react with subconfig

eslint-config-xo-react-space

0.5.0 • Public • Published

eslint-config-xo-react-space Build Status

ESLint shareable config for React to be used with eslint-config-xo-space

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

Install

$ npm install --save-dev eslint-config-xo-space eslint-config-xo-react-space eslint-plugin-react

Usage

Add some ESLint config to your package.json:

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

Or to .eslintrc:

{
    "extends": ["xo", "xo-react-space"]
}

You can also mix it with a sub-config:

{
    "extends": ["xo/esnext", "xo-react-space"]
}

Tip

Use with XO

$ npm install --save-dev eslint-config-xo-react-space eslint-plugin-react
{
    "name": "my-awesome-project",
    "xo": {
        "extends": "xo-react-space"
    }
}

Related

License

MIT © Mehdy Dara

Package Sidebar

Install

npm i eslint-config-xo-react-space

Weekly Downloads

163

Version

0.5.0

License

MIT

Last publish

Collaborators

  • akameco
  • zckrs