3.2.0 • Published 1 year ago

@byzanteam/eslint-config-ts v3.2.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Usage

Install:

$ pnpm add @byzanteam/eslint-config-ts @rushstack/eslint-patch -D

Edit .eslintrc.cjs:

require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
  extends: ['@byzanteam/eslint-config-ts'],
}

Note

  • eslint: ^8.44.x
  • prettier: ^2.8.x
  • typescript: ^5.0.x