Created
October 12, 2022 16:02
-
-
Save DoctorDerek/85bedc717b7552cc524d92f6e2b3a501 to your computer and use it in GitHub Desktop.
The right way to configure ESLint with Prettier 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
{ | |
"extends": [ | |
"prettier" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment