1.0.8 • Published 5 months ago

@arastaitc/eslint-config-base-typescript v1.0.8

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

@arastaitc/eslint-config-base-typescript

This package provides Arastaitc's base TypeScript .eslintrc (without React/Next plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

yarn add @arastaitc/eslint-config-base-typescript --dev

Npm

npm install @arastaitc/eslint-config-base-typescript --save-dev

Usage

// .eslintrc

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

Supported Rules

1. @arastaitc/eslint-config-base

https://github.com/arastaitc/eslint-core/tree/main/packages/eslint-config-base

2. @typescript-eslint

https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin