@tmware/eslint-config-typescript

1.0.10 • Public • Published

@tmware/eslint-config-typescript NPM

ESLint config for my TypeScript projects.

Installation

yarn add @tmware/eslint-config-typescript eslint --dev
npm i @tmware/eslint-config-typescript eslint --save-dev

Usage

To use the ESLint config, add the following to your .eslintrc:

{
  "extends": ["@tmware/eslint-config-typescript"]
}

Lint script for package.json

...
"lint": "eslint --ext .js,.ts --ignore-path .gitignore src/"
...

Readme

Keywords

none

Package Sidebar

Install

npm i @tmware/eslint-config-typescript

Weekly Downloads

6

Version

1.0.10

License

MIT

Unpacked Size

11.8 kB

Total Files

6

Last publish

Collaborators

  • tmuniversal