Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/gsandf/eslint-config-gsandf
- Owner: gsandf
- Created: 2017-04-13T16:12:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:57:22.000Z (over 1 year ago)
- Last Synced: 2024-09-26T17:09:16.381Z (about 2 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 715 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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