@giveerr/eslint-config-typescript
v2.2.11
Published
giveer's ESLint-typescript config
Downloads
8
Maintainers
Readme
@giveerr/eslint-config-typescript
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"
}