ESLint shareable config for superReal
Based on airbnb-base
Note that the README on the master
branch might not match that of the latest stable release!
npm install --save-dev eslint eslint-plugin-import eslint-config-superreal
or
yarn add --dev eslint eslint-plugin-import eslint-config-superreal
Add ESLint config to your package.json:
{
"eslintConfig": {
"extends": "superreal"
}
}
Copyright (c) superReal GmbH