Detalhes do pacote

@nwoltman/eslint-config

nwoltman59MIT0.6.0

My personal, highly specific ESLint config

eslint, config, eslintconfig

readme (leia-me)

@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
  }
}