Skip to content

Instantly share code, notes, and snippets.

View maycomayco's full-sized avatar
🎯
Focusing

Mayco Barale maycomayco

🎯
Focusing
  • Córdoba - Argentina
View GitHub Profile
@adbutterfield
adbutterfield / prettier.config.js
Last active February 21, 2024 05:17
Default prettier config with comments and links to prettier rules
module.exports = {
/**
* Print Width
* https://prettier.io/docs/en/options.html#print-width
*
* Specify the line length that the printer will wrap on.
*
* printWidth: <int>
* default: 80
*/