prettier-config
prettier-config copied to clipboard
Insecure Schema FIle
I'm not sure I can trust this line
"$schema": "http://json.schemastore.org/prettierrc",
Since it is insecure, anyone can implement a MTM attack. No telling what they can insert in your code by doing that.
Then update it to https. That's what I did.