eslint-config-idiomatic-ts

1.1.0 • Public • Published

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"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-idiomatic-ts

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.03 kB

Total Files

4

Last publish

Collaborators

  • fabriordonez