Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@wkovacs64/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wkovacs64/eslint-config

@wKovacs64 ESLint config

latest
Source
npmnpm
Version
7.9.1
Version published
Maintainers
1
Created
Source

@wkovacs64/eslint-config

This is my personal ESLint configuration.

npm Version Build Status changesets

Install

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

Be sure to install the appropriately versioned eslint peer dependency as well.

Usage

Follow the ESLint documentation on shared configurations. See the documentation on ignoring files if you need to ignore anything the config doesn't already ignore by default.

Examples

eslint.config.js

import baseConfig from '@wkovacs64/eslint-config';

/** @type {import("eslint").Linter.Config[]} */
const config = [
  ...baseConfig,
  // overrides here
];

export default config;

package.json

{
  "scripts": {
    ...
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
    ...
  }
}

Keywords

eslint

FAQs

Package last updated on 05 Aug 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