Skip to content

trouble/eslint-config

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4fbc8d · Dec 26, 2019

History

5 Commits
Dec 26, 2019
Dec 23, 2019
Dec 23, 2019
Dec 23, 2019
Dec 26, 2019
Dec 23, 2019
Dec 23, 2019
Dec 23, 2019
Dec 26, 2019
Dec 26, 2019
Dec 26, 2019
Dec 23, 2019

Repository files navigation

NPM Bundle Size Supported by TRBL

JavaScript Style Guide

Please do not feed the dust bunnies.

Quick Start

Installation

$ yarn add @trbl/eslint-config --dev
$ yarn info "@trbl/eslint-config" peerDependencies
$ yarn add --dev <dependency>@<version> # for each dependency in the above output

Usage

There are two configurations for consumption, both of which are packaged together as the default export. Or they can be selectively extended — but when doing this, the pathnames can't be written shorthand.

{
  "extends": "@trbl"
  // or selectively extend either config
  // "extends": [
  //   "@trbl/eslint-config/configs/base",
  //   "@trbl/eslint-config/configs/react",
  // ]
}

Demo

To demo locally, clone the repo and

$ yarn install
$ yarn run demo

Contribution

Help us, or let us help you help us.

License

MIT Copyright (c) TRBL, LLC