Skip to content

Instantly share code, notes, and snippets.

@DoctorDerek
Created October 12, 2022 15:58
Show Gist options
  • Save DoctorDerek/6e6959ac74d953bc7b31842dc32ac40e to your computer and use it in GitHub Desktop.
Save DoctorDerek/6e6959ac74d953bc7b31842dc32ac40e to your computer and use it in GitHub Desktop.
A bad ESLint config file https://medium.com/p/52f278b2f47f
module.exports = {
...
extends: [
'plugin:prettier/recommended',
],
rules: {
'prettier/prettier': 'error',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment