2.0.0 • Published 5 months ago

@novemberfiveco/eslint-config-vite v2.0.0

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

@novemberfiveco/eslint-config-vite

← Back to Main README

Vite ESLint configuration used by November Five. This package extends our base TypeScript configuration with Vite specific rules.

Installation

npm install @novemberfiveco/eslint-config-vite --save-dev

Configuration

Create an eslint.config.mjs file in your project root with the following content:

import novemberFiveConfig from "@novemberfiveco/eslint-config-vite";
import { defineConfig } from "eslint/config";

export default defineConfig([novemberFiveConfig]);

Included Plugins

This configuration includes the following plugins in addition to those from @novemberfiveco/eslint-config-typescript: