Skip to content

Getting Started

Use WithESLint to make managing ESLint configurations for your project easier. This guide will assist you in getting started with your project.

Installation

Terminal window
pnpm add -D eslint witheslint

Configuration

  • Create ESLint configuration file eslint.config.js
eslint.config.js
import { defineConfig } from 'witheslint'
export default defineConfig()

Note that .eslintignore no longer works in Flat config, see customization for more details.