1.0.0 • Published 3 years ago

@ts-examples/eslint-config v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

npm version JavaScript Style Guide

@ts-examples/eslint-config

Shareable Config for ESLint

Installation

$ npm i -D @ts-examples/eslint-config

Usage

Add @ts-examples to extends of your configuration file.

{
  "extends": [
    "@ts-examples"
  ],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}