New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wkovacs64/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wkovacs64/eslint-config

@wKovacs64 ESLint config

7.5.1
Source
npm
Version published
Weekly downloads
845
-13.42%
Maintainers
0
Weekly downloads
 
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 23 Feb 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