2.0.0 • Published 5 months ago

@novemberfiveco/eslint-config-typescript v2.0.0

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

@novemberfiveco/eslint-config-typescript

← Back to Main README

Base TypeScript ESLint configuration used by November Five. This package provides the foundation for all other framework-specific configurations.

Installation

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

Configuration

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

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

export default defineConfig([novemberFiveConfig]);

Included Plugins

This configuration includes the following plugins: