Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@exodus/eslint-config-typescript-react

Package Overview
Dependencies
Maintainers
100
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/eslint-config-typescript-react

Eslint config for typescript projects with react

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
2
-50%
Maintainers
100
Weekly downloads
 
Created
Source

@exodus/eslint-config-javascript-babel

Use

  yarn add --dev @exodus/eslint-config-typescript

and the snippet below to initialize your .eslintrc.js

// .eslintrc.js
module.exports = {
  overrides: [
    {
      files: ['*.{ts,tsx}'],
      extends: ['@exodus/eslint-config-typescript-react'],
    },
    {
      files: ['*.{js,jsx}'],
      extends: ['@exodus/eslint-config-typescript-react'],
    },
  ],
}

FAQs

Package last updated on 02 Sep 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