0.1.2 • Published 8 years ago

eslint-config-xo-este v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

eslint-config-xo-este

ESLint shareable config for Este.js to be used with eslint-config-xo

Install

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

Usage

Add config to your package.json:

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

Related

License

MIT © Cyril Bioley