1.0.4 • Published 5 years ago

eslint-config-hnhaddad v1.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

eslint-config-hnhaddad

HNHaddad standard ESLint Shareable Config file for using on HNHaddad Node.js apps

Installation

The following command will install this config's dependencies as well as the config. ESLint config packages require the dependent package to include the config's plugins and extensions as dependencies. Make sure the package versions installed match the command's package versions. The plugins and extensions this config uses may change between versions and can cause linter issues.

$ yarn add eslint-config-hnhaddad --latest

This will install eslint-config-hnhaddad as well as its peer dependencies.

Usage

Add the config to the extends section of your .eslintrc configuration file.

{
  "extends": ["eslint-config-hnhaddad"]
}