2.2.0 • Published 10 months ago

@ghyston/eslint-config-ghyston v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

eslint-config-ghyston

A group of packages defined by Ghyston Ltd for use on its projects, as well as any other projects that wish to use them. The rules are very strict, but they are designed to be used from the start of a project. For existing projects you may need to relax the rules before you can use them.

This package forms the core of the eslint-config-ghyston packages. It contains the rules that are applicable to all projects. See below for other packages that can be added to this one.

Usage

  1. npm install --save-dev eslint @ghyston/eslint-config-ghyston
  2. Then add the following to your .eslintrc file:
{
  "extends": ["@ghyston/eslint-config-ghyston"]
}

Other packages