Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tslint-config-olo

ololabs1.2kMIT0.4.1

Olo's TSLint configs

tslint, tslintconfig, config, olo, javascript, typescript

readme

tslint-config-olo

This package provides Olo's shared TSLint configuration, to be used in all TypeScript applications.

Note: the rules are defined in rules and exported via index.js. The .eslintrc is present so we can lint the rules files with our standard rules.

The v0.2.0 rule set assumes TypeScript 2.x.

Usage

Specify the following in your tslint.json file:

{
  "extends": "tslint-config-olo"
}