0.12.0 • Published 7 years ago

eslint-config-xo-swizz v0.12.0

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

eslint-config-xo-swizz

ESLint shareable config based on eslint-config-xo

Use with XO

$ npm install --save-dev eslint-config-xo-swizz
{
  "name": "my-awesome-project",
  "xo": {
  "extends": "xo-swizz",
    "settings": {
      "react": {
        "pragma": "Snabbdom"
      }
    }
  }
}

Related

License

MIT © Quentin Gerodel