Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.43 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.43 KB

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