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

@chance/eslint

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chance/eslint

Rules for my own shit.

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@chance/eslint

Rules for my own shit.

Installation

# pnpm
pnpm add @chance/eslint eslint@9 --save-dev
# npm
npm i @chance/eslint eslint@9 --save-dev

Usage

Extend chance and any optional rulesets in your eslint.config.js:

// eslint.config.js
// (eslint.config.mjs if project is not using ESM)
import * as js from "@chance/eslint";
import * as react from "@chance/eslint/react";
import * as typescript from "@chance/eslint/typescript";
import * as vitest from "@chance/eslint/vitest";

export default [
	js.config,
	// Optional rulesets
	typescript.config,
	react.config,
	vitest.config,
];

FAQs

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