Skip to content

DetachHead/eslint-config

Repository files navigation

🚀 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.