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

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

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