0.0.5 • Published 12 months ago

@mirite/eslint-config-mirite v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@mirite/eslint-config-mirite

Note: This package is ESM only.

This is a collection of my go-to ESLint configurations for my projects.

Usage

The rules have been split into three different configs that can be mixed and matched as needed.

// eslint.config.js
import { general, react, tailwind } from '@mirite/eslint-config-mirite';

export default [...general, ...react, ...tailwind];