Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.78 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.78 KB

ESLint Config superReal (React)

ESLint shareable config for superReal (React)

Based on eslint-config-airbnb

Dependency Status devDependencies Status peerDependencies Status Code Climate Build Status Known Vulnerabilities

Note that the README on the master branch might not match that of the latest stable release!

Installation

$ 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-react

Usage

Add ESLint config to your package.json:

{
    "eslintConfig": {
        "extends": "superreal-react"
    }
}

License (MIT)

Copyright (c) superReal GmbH