0.1.6 • Published 10 months ago
@monogram/eslint-config v0.1.6
eslint-config
ESLint config used at Monogram.
Usage
Automatic
Run the following command and follow the prompts.
npx @monogram/eslint-configManual
Install dependencies
pnpm add -D eslint @monogram/eslint-configDepending on your project, add the following to a .eslintrc.js file:
Node.js rules
module.exports = {
extends: '@monogram/eslint-config/node'
}Next.js rules
module.exports = {
extends: '@monogram/eslint-config/next'
}Svelte
coming soon
Astro
coming soon