Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/obusk/eslint-config-next
- Owner: oBusk
- Created: 2024-03-01T00:06:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:11:03.000Z (3 months ago)
- Last Synced: 2024-10-27T23:51:02.179Z (3 months ago)
- Topics: eslint, eslintconfig, next, tailwind
- Language: JavaScript
- Homepage:
- Size: 904 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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"
}
```