prettier-config icon indicating copy to clipboard operation
prettier-config copied to clipboard

My personal Prettier configuration

Results 3 prettier-config issues
Sort by recently updated
recently updated
newest added

I'm not sure I can trust this line ```json "$schema": "http://json.schemastore.org/prettierrc", ``` Since it is insecure, anyone can implement a MTM attack. No telling what they can insert in your...

I get an error `Cannot find module` Steps to reproduce: 1. `yarn add @azz-prettier-config -D` 2. Edit package.json adding ``` "prettier": "@azz/prettier-config" ``` THen I got the error 👇 ![Screen...

How do we share prettierignore file?