@monogram/eslint-config
v0.1.5
Published
ESLint configs used at Monogram
Downloads
507
Readme
eslint-config
ESLint config used at Monogram.
Usage
Automatic
Run the following command and follow the prompts.
npx @monogram/eslint-config
Manual
Install dependencies
pnpm add -D eslint @monogram/eslint-config
Depending 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