ESLint config used at Monogram.
Run the following command and follow the prompts.
npx @monogram/eslint-config
Install dependencies
pnpm add -D eslint @monogram/eslint-config
Depending on your project, add the following to a .eslintrc.js
file:
module.exports = {
extends: '@monogram/eslint-config/node'
}
module.exports = {
extends: '@monogram/eslint-config/next'
}
coming soon
coming soon