2.2.11 • Published 11 months ago

@giveerr/eslint-config-typescript v2.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@giveerr/eslint-config-typescript

@giveerr/eslint-config-typescript on npm

Install

You can install @giveerr/eslint-config-typescript via your package manager of choice.

npm

npm install --save-dev @giveerr/eslint-config-typescript

yarn

yarn add --dev @giveerr/eslint-config-typescript

pnpm

pnpm add --save-dev @giveerr/eslint-config-typescript

Usage

Extend the config in your ESLint configuration file.

Example: .eslintrc

{
  "extends": "@giveerr/eslint-config-typescript"
}