1.1.0 • Published 1 year ago

eslint-config-idiomatic-ts v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-config

An ESLint shareable config for the idiomatic js coding style.

Ensure your source code adheres to the idiomatic js coding style by linting your code with ESLint. Hook ESLint into your editor and build pipeline for maximum effect.

Install

npm install --save-dev eslint-config-idiomatic-ts

Usage

In your .eslintrc file:

{
  "extends": [
    "idiomatic-ts"
  ]
}