Skip to content

Instantly share code, notes, and snippets.

View broodd's full-sized avatar
⚔️
Knight of JS

Sviat broodd

⚔️
Knight of JS
View GitHub Profile
@broodd
broodd / .prettierrc
Created February 14, 2025 13:49
pretier sort lines
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"importOrderParserPlugins": ["typescript", "decorators-legacy"],
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": [
"<THIRD_PARTY_MODULES>",
"^@nestjs/(.*)$",
"(.*)/common/(.*)",
@broodd
broodd / comm
Created June 9, 2023 15:11
commits
enhancemented
implemented
@broodd
broodd / commit.md
Last active July 11, 2025 12:24
[git] commits config

feat(modules/news): implemented news module feat/LMZ-169/implement-news-module

git commit --amend --author="SviatLow sviatoslavp@ein-des-ein.com"

GIT_COMMITTER_DATE="$(date -R)" git commit --amend --date="$(date -R)"