Socket
Socket
Sign inDemoInstall

@erozak/eslint-config-typescript

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @erozak/eslint-config-typescript

A my style ESLint config for Typescript.


Version published
Maintainers
1
Created

Readme

Source

@erozak/eslint-config-typescript

A my style ESLint config for Typescript.

How to install?

npm

# Install config

npm i -D @erozak/eslint-config-typescript

# And peer dependencies

npm i -D @erozak/eslint-config eslint eslint-plugin-import confusing-browser-globals @typescript-eslint/eslint-plugin @typescript-eslint/parser

pnpm

# Install config

pnpm i -D @erozak/eslint-config-typescript

# And peer dependencies

pnpm i -D @erozak/eslint-config eslint eslint-plugin-import confusing-browser-globals @typescript-eslint/eslint-plugin @typescript-eslint/parser

Usage

.eslintrc.json

{
  "extends": ["@erozak/eslint-config", "@erozak/eslint-config-typescript"],
  "parserOptions": {
    "project": ["tsconfig.json"]
  }
}

FAQs

Last updated on 28 Jan 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc