🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@senojs/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@senojs/eslint-config

eslint config

latest
Source
npmnpm
Version
0.6.0
Version published
Maintainers
4
Created
Source

@senojs/eslint-config

ESLint config

Usage

To use our config, import the package inside of an eslint.config.js file and add it into the exported array using extends, like this:

import senoESLintConfig from '@senojs/eslint-config'
import { defineConfig } from 'eslint/config'

export default defineConfig([
  {
    extends: [senoESLintConfig],

    // anything from here will override myconfig
    rules: {
      'no-unused-vars': 'warn',
    },
  },
])

Keywords

senoteam

FAQs

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