Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@toruslabs/eslint-config-typescript

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/eslint-config-typescript

Eslint configuration for TypeScript libraries

latest
Source
npmnpm
Version
5.0.2
Version published
Maintainers
5
Created
Source

@toruslabs/eslint-config-vue

Sharable ESLint config for TypeScript repositories at Torus Labs.

Please use the @toruslabs/eslint-config-typescript package in your project.

Work with Eslint ^9.0.0, flat config file.

Usage

npm install --save-dev @toruslabs/eslint-config-typescript

In your project, add the following to your .eslintrc.js file:

import torusTypescriptConfig from "@toruslabs/eslint-config-typescript";

export default [
  ...torusTypescriptConfig,
  {
    // your custom rules and config here
  },
];

Keywords

eslint

FAQs

Package last updated on 20 May 2026

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