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

Package detail

eslint-config-tms

supplypike2MIT1.0.4

TMS ESLint configuration

eslint, lint, es6

readme

eslint-config-tms

Miranda-specific configuration for ESLint. An amended version of ESLint recommended rules.

Install with npm install -D eslint-config-tms@latest

Javascript

In your project's .eslintrc, add the following:

extends: [
    "tms"
]

The default configuration is a JS configuration. You can specify Javascript verbosely using tms/js instead.

TypeScript

Coming soon, to replace TSLint.

Deployment

This module is deployed to NPM by Travis for each new tag. To release a new version, bump the NPM version (following semantic versioning if needed) and release via Github.