Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsandf/eslint-config-gsandf-react
GS&F's extendable ESLint configuration (full config with dependencies) for JSX/React projects
https://github.com/gsandf/eslint-config-gsandf-react
Last synced: 8 days ago
JSON representation
GS&F's extendable ESLint configuration (full config with dependencies) for JSX/React projects
- Host: GitHub
- URL: https://github.com/gsandf/eslint-config-gsandf-react
- Owner: gsandf
- Created: 2017-05-04T19:29:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:00:49.000Z (over 1 year ago)
- Last Synced: 2024-10-12T21:53:48.960Z (about 1 month ago)
- Language: JavaScript
- Size: 963 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# eslint-config-gsandf-react
> GS&F's extendable ESLint configuration (full config with dependencies) for JSX/React projects
## 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). This is a batteries-included install, so all dependencies are included.
To use this with your package, first install this package, then add the following to your `.eslintrc` file:
```json
{
"extends": "gsandf-react"
}
```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