eslint-config-tms

1.0.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-tms

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

2.71 kB

Total Files

5

Last publish

Collaborators

  • casestack