ESLint shareable config for superReal (React)
Based on eslint-config-airbnb
Note that the README on the master branch might not match that of the latest stable release!
$ npm install --save-dev eslint@3.19.0 eslint-plugin-import@2.7.0 eslint-plugin-jsx-a11y@5.1.1 eslint-plugin-react@7.1.0 eslint-config-superreal-reactAdd ESLint config to your package.json:
{
"eslintConfig": {
"extends": "superreal-react"
}
}Copyright (c) superReal GmbH