Created
October 12, 2022 15:58
-
-
Save DoctorDerek/6e6959ac74d953bc7b31842dc32ac40e to your computer and use it in GitHub Desktop.
A bad ESLint config file https://medium.com/p/52f278b2f47f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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