pitkane / eslint-config-pitkane

Eslint config for react & react-native working with es7. Extends airbnb.

Home Page:https://www.npmjs.com/package/eslint-config-pitkane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-pitkane

Build Status semantic-release

Usage

  1. npm install --save-dev eslint-config-pitkane eslint

  2. Create .eslintrc file in the root directory

  3. And paste this code

{
  "extends": "eslint-config-pitkane"
}

Define environments if needed

{
  "extends": "eslint-config-pitkane",
  "rules": {},
  "env": {
    "browser": true,
    "node": true
  }
}

About

Eslint config for react & react-native working with es7. Extends airbnb.

https://www.npmjs.com/package/eslint-config-pitkane


Languages

Language:JavaScript 100.0%