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

@enigmatry/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enigmatry/eslint-config

ESLint shareable config for the Enigmatry style.

latest
Source
npmnpm
Version
20.3.2
Version published
Maintainers
4
Created
Source

@enigmatry/eslint-config

ESLint shareable config for the Enigmatry style guide.

Installation

$ npm install --save-dev eslint @enigmatry/eslint-config

Usage

Once the @enigmatry/eslint-config package is installed, you can use it by specifying @enigmatry/eslint-config in the extends section of your ESLint configuration.

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

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

License

Apache-2 © Enigmatry

FAQs

Package last updated on 03 Jan 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