1.0.1 • Published 3 years ago

@wffranco/eslint-config v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

eslint-config

eslint recommended rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-config:

$ npm install @wffranco/eslint-config --save-dev

Usage

Add eslint-config to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin prefix:

{
  "extends": [
    "@wffranco/eslint-config"
  ]
}

Supported Rules

  • Fill in provided rules here