https://github.com/appgeist/eslint-config-react
Opinionated eslint/prettier config for Next.js/React projects
https://github.com/appgeist/eslint-config-react
Last synced: 6 months ago
JSON representation
Opinionated eslint/prettier config for Next.js/React projects
- Host: GitHub
- URL: https://github.com/appgeist/eslint-config-react
- Owner: appgeist
- License: isc
- Created: 2019-07-12T16:02:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T09:32:03.000Z (over 4 years ago)
- Last Synced: 2025-09-21T09:53:16.602Z (10 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @appgeist/eslint-config-react
[![NPM version][npm-image]][npm-url]
[![License][license-image]][license-url]
This package provides AppGeist's Next.js/React .eslintrc as an extensible shared config.
## Usage
Add `"extends": "@appgeist/eslint-config-react"` to your `.eslintrc.json`.
## Default rules
See [index.js](index.js).
## License
The [ISC License](LICENSE).
[npm-image]: https://img.shields.io/npm/v/@appgeist/eslint-config-react.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@appgeist/eslint-config-react
[license-image]: https://img.shields.io/npm/l/@appgeist/eslint-config-react.svg?style=flat-square
[license-url]: LICENSE