@theappteam/eslint-config

0.0.2 • Public • Published

eslint-config-tat

TAT eslint config utilizing Airbnb's styleguide, Flow, Prettier and Jest support.

Plugins and configs used:

Additionally, it sets these environments:

{
  "env": {
    "browser": true,
    "es6": true,
    "node": true
  }
}

Installation

yarn add --dev eslint @theappteam/eslint-config

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@theappteam"
}

Example of extending the configuration

{
  "extends": "@theappteam",
  "rules": {
    "global-require": 0,
    "prefer-destructuring": 0
  }
}

/@theappteam/eslint-config/

    Package Sidebar

    Install

    npm i @theappteam/eslint-config

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    68.1 kB

    Total Files

    4

    Last publish

    Collaborators

    • theappteam