Skip to content

RebeccaStevens/eslint-config-rebeccastevens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.