@ghyston/eslint-config-ghyston
v2.2.0
Published
ESLint config defined by Ghyston
Downloads
685
Readme
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
npm install --save-dev eslint @ghyston/eslint-config-ghyston
- Then add the following to your
.eslintrc
file:
{
"extends": ["@ghyston/eslint-config-ghyston"]
}