Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@isaac-mason/eslint-config-typescript

isaac-mason52MIT0.0.9

My personal typescript eslint config

eslint, typescript

readme

@isaac-mason/eslint-config-typescript

A simple and sane typescript eslint config that I use in my projects.

Usage

Install the package:

npm install --save-dev @isaac-mason/eslint-config-typescript

Add the following to your .eslintrc:

{
  "extends": "@isaac-mason/eslint-config-typescript"
}

changelog

@isaac-mason/eslint-config-typescript

0.0.9

Patch Changes

  • aa5de3a: fix: support eslint v9

0.0.8

Patch Changes

  • 378da6f: feat: bump typescript from 5.4.5 to 5.5.2
  • 378da6f: feat: bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 7.6.0 to 7.14.1
  • 378da6f: feat: bump eslint from 9.0.0 to 9.6.0

0.0.7

Patch Changes

  • 3ebee57: chore(deps): bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.6.0

0.0.6

Patch Changes

  • c0100eb: feat: change eslint peerDependency version to ^9.0.0
  • a75c0a0: chore(deps): bump @typescript-eslint/parser from 7.1.1 to 7.6.0

0.0.5

Patch Changes

  • 07d7a6c: feat: bump eslint deps

0.0.4

Patch Changes

  • 3e72e36: chore(deps): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0
  • 3e72e36: chore(deps): bump @typescript-eslint/parser from 6.17.0 to 6.18.0

0.0.3

Patch Changes

  • 77ac82a: chore(deps): bump @typescript-eslint/parser from 6.15.0 to 6.17.0
  • 77ac82a: chore(deps): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.17.0

0.0.2

Patch Changes

  • 6473122: fix: support in yarn workspaces

0.0.1

Patch Changes

  • 6cc349e: feat: initial release