Socket
Book a DemoInstallSign in
Socket

eslint-config-ts-compat

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ts-compat

Turns off all rules that conflicts with typescript-eslint

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 08 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts