Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rebeccastevens/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rebeccastevens/eslint-config

My ESLint shareable config.

  • 3.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.7K
increased by176.67%
Maintainers
0
Weekly downloads
 
Created
Source

My ESLint Config

An ESLint Shareable Config.

npm version CI Coverage Status
code style: prettier GitHub Discussions BSD 3 Clause license Commitizen friendly semantic-release

Donate

Any donations would be much appreciated. 😄

Installation

pnpm add -D  \
  eslint \
  @rebeccastevens/eslint-config
pnpm dlx install-peerdeps @rebeccastevens/eslint-config --dev -o -Y

Note: This project doesn't strictly follow semantic versioning so be sure to pin the version you are using.

Usage

// eslint.config.js
import rsEslint from "@rebeccastevens/eslint-config";

export default rsEslint(
  {
    // general config.
  },
  {
    // project specific config.
  },
  {
    // another project specific config.
  },
);

See ESLint configuration for more information.

Keywords

FAQs

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