Last active
March 3, 2026 23:27
-
-
Save emersonpessoa01/06e813cd5971e25619cbb2005bcc39e1 to your computer and use it in GitHub Desktop.
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
| { | |
| "trailingComma": "all", | |
| "tabWidth": 2, | |
| "semi": true, | |
| "singleQuote": false, | |
| "printWidth": 60, | |
| "plugins": ["prettier-plugin-jsdoc"], | |
| "jsdocPrintWidth": 60, | |
| "jsdocSeparateReturnsFromDescription": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment