Détail du package

eslint-config-ts-compat

sibiraj-s2.6kMIT2.0.0

Turns off all rules that conflicts with typescript-eslint

eslint, typescript-eslint, rule-conflicts, disable-rules

readme

eslint-config-ts-compat

Tests License

Turns off all rules that conflicts with typescript-eslint

Installation

npm i -D eslint-config-ts-compat
# or
yarn add --dev eslint-config-ts-compat

Usage

import pegasus from 'eslint-config-pegasus';
import tscompat from 'eslint-config-ts-compat';

export default tseslint.config(
  pegasus, // or your config
  tscompat,
  ...tseslint.configs.recommended,
);

Disabled rules

changelog

CHANGELOG

All notable changes to this project will be documented in this file.

v2.0.0-rc.2 (2024-06-24)

  • fix typescript-eslint links to docs (b7214b1)
  • turn off more conflicting rules (5f72423)
  • remove invalid rules (ddf6a9d)

v2.0.0-rc.1 (2024-06-24)

v2.0.0-rc.0 (2024-06-24)

  • support eslint flat config (f050f2e)

v1.0.2 (2021-06-21)

v1.0.1 (2020-12-14)

v1.0.0 (2020-07-24)

  • initial release eslint-config-ts-compat (6574252)