ESLint config used at Monogram.
Run the following command and follow the prompts.
npx @monogram/eslint-configInstall dependencies
pnpm add -D eslint @monogram/eslint-configDepending 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