Socket
Socket
Sign inDemoInstall

@wkovacs64/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wkovacs64/eslint-config

@wKovacs64 ESLint config


Version published
Weekly downloads
0
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.FlatConfig[]} */
const config = [
  ...baseConfig,
  // overrides here
];

export default config;
package.json
{
  "scripts": {
    ...
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
    ...
  }
}

Keywords

FAQs

Package last updated on 15 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc