1.0.4 • Published 6 years ago

eslint-config-tms v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.