Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsandf/eslint-config-gsandf

GS&F's extendable ESLint configuration (full config with dependencies)
https://github.com/gsandf/eslint-config-gsandf

eslint eslint-config

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://eslint.org/docs/user-guide/configuring#configuration-file-formats).

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

```json
{
"extends": "gsandf"
}
```

You can override settings from this package by writing them in your own `.eslintrc`. (See [ESLint's rules](http://eslint.org/docs/rules/).)

## Install

With either [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) installed, run one of the following:

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

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

## See Also

- [`feross/eslint-config-standard`](https://github.com/feross/eslint-config-standard)
- [ESLint docs](http://eslint.org/)

## License

MIT