New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@typhoon41/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typhoon41/eslint-config

Nikola Dragićević's shareable config for JS/TS projects using eslint.

latest
Source
npmnpm
Version
1.1.6
Version published
Weekly downloads
10
900%
Maintainers
1
Weekly downloads
 
Created
Source

@typhoon41/eslint-config

Strict, shareable config for TS projects using ESLint shareable config.

To see the rules that this config uses, please read the config itself.

Installation

npm install --save-dev @typhoon41/eslint-config

Usage

Once the @typhoon41/eslint-config package is installed, you can use it by importing and specifying @typhoon41/eslint-config in the root of your configuration through spread operator and combine it with your other plugins of your ESLint configuration.

import defaultConfiguration from "@typhoon41/eslint-config";
import { defineConfig } from "eslint/config";

export default defineConfig([
    ...defaultConfiguration,
    {
        "files": ["src/**/*.ts"],
        "rules": {
            // Additional, per-project rules...
        }
    }
]);

License

Apache-2 © Nikola Dragićević

Keywords

eslint

FAQs

Package last updated on 11 Nov 2025

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