0.3.0 • Published 6 months ago

@nandordudas/eslint-config-react v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

code style CI CodeQL

!IMPORTANT Work in progress!

Overview

An opinionated configuration for ESLint React.

# Install as devDependency
pnpm install @nandordudas/eslint-config-react -D

Usage:

// eslint.config.js
// @ts-check
import workspace from '@nandordudas/eslint-config-react'

export default workspace

!NOTE It's compatible with Anthony's configuration.

// eslint.config.js
// @ts-check
import antfu from '@antfu/eslint-config'
import workspace from '@nandordudas/eslint-config-react'

export default antfu({ ignores: ['devcontainer.json'], typescript: true }, workspace)