1.2.0 • Published 3 years ago

@atolye15/eslint-config-base-typescript v1.2.0

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

@atolye15/eslint-config-base-typescript

This package provides Atölye15's base TypeScript .eslintrc (without React plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

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

Npm

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

Usage

// .eslintrc

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

Supported Rules

1. @atolye15/eslint-config-base

https://github.com/atolye15/javascript/tree/master/packages/eslint-config-base

2. @typescript-eslint

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