Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 309 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 309 Bytes

@nwoltman/eslint-config

My personal, highly specific ESLint config.

Installation

# npm
npm install @nwoltman/eslint-config

# yarn
yarn add @nwoltman/eslint-config

Usage

.eslintrc.json

{
  "extends": "@nwoltman/eslint-config",
  "rules": {
    // Your rules here
  }
}