@mysetup/eslint-config
v2.0.11
Published
Shared ESLint configuration for Node.js, React, and Next.js projects.
Maintainers
Readme
@mysetup/eslint-config
Overview
Shared ESLint configuration for this workspace, including React, Next.js, Node.js, and TypeScript defaults.
Installation
pnpm add -D @mysetup/eslint-config eslintSupported libraries and runtimes
| Supported | Notes | | ---------------- | --------------------------- | | Node.js projects | Supported | | React projects | Supported | | Next.js projects | Supported | | Vite projects | Supported when using ESLint |
Usage
// .eslintrc.js
module.exports = {
extends: ["@mysetup/eslint-config"],
};Scripts
pnpm clean- remove generated artifacts
License
MIT
