eslint-config-gsandf

v3.0.0
GS&F's extendable ESLint configuration (full config with dependencies)

eslint-config-gsandf

GS&F's extendable ESLint configuration (full config with dependencies)

Usage

This file is meant to be part of your .eslintrc* file or package.json.

To use this with your package, first install this package, then add the following to your .eslintrc file:

{
  "extends": "gsandf"
}

You can override settings from this package by writing them in your own .eslintrc. (See ESLint's rules.)

Install

With either Yarn or npm installed, run one of the following:

# If using Yarn:
yarn add eslint-config-gsandf

# If using npm:
npm install --save eslint-config-gsandf

See Also

License

MIT

npm i eslint-config-gsandf

Metadata

  • MIT
  • Whatever
  • Blake Knight
  • released 6/28/2021

Downloads