Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obusk/eslint-config-next

A strict configuration for using Next.js and Tailwind
https://github.com/obusk/eslint-config-next

eslint eslintconfig next tailwind

Last synced: 2 months ago
JSON representation

A strict configuration for using Next.js and Tailwind

Awesome Lists containing this project

README

        

# @obusk/eslint-config-next

> A strict configuration for using Next.js and Tailwind

## Installation

```bash
npm install --save-dev @obusk/eslint-config-next
```

## Usage

Add the following to your `.eslintrc` file:

```json
{
"extends": "@obusk/next"
}
```