@detachhead/eslint-config
v1.5.3
Published
My recommended eslint rules for a TypeScript project.
Downloads
375
Readme
🚀 detachhead's eslint-config
My recommended eslint rules for a TypeScript project.
💾 How to install
npm install --save-dev @detachhead/eslint-config✨ How to use
Put in your .eslintrc.js:
module.exports = {
extends: ['@detachhead/eslint-config'],
}🕵️♂️ Troubleshooting
If you see (drink) errors about missing plugins, make sure all of the peerDependencies are installed.
Also upvote this issue while you're at it.
