Skip to content

Instantly share code, notes, and snippets.

View CMateocr's full-sized avatar

Mateo Curicho CMateocr

View GitHub Profile
@CMateocr
CMateocr / .prettierrc
Created September 19, 2025 19:40
Nestjs eslint and prettier config
{
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"printWidth": 90,
"tabWidth": 2,
"endOfLine": "auto",
"bracketSpacing": true
}