Skip to content
View BrHCastro's full-sized avatar

Block or report BrHCastro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
BrHCastro/README.md

Hi there, I'm Henrique ๐Ÿ‘‹

Skills ๐Ÿค“


Ricky-Js Ricky-Ts Ricky-HTML Ricky-CSS Ricky-React Ricky-Next Ricky-Nodejs Ricky-MySQL Ricky-MongoDB

Contact ๐Ÿ“ซ

Pinned Loading

  1. setup-conventional-commits setup-conventional-commits Public

    Padronizando mensagens de commit do GIT com commitlint e commitizen

    Shell

  2. Configurando EsLint + Prettier | Rea... Configurando EsLint + Prettier | React TypeScript
    1
    ![image](https://user-images.githubusercontent.com/66978333/176563317-819e6083-6422-41c8-8d0f-c8522f6954f2.png)
    2
    
                  
    3
    
                  
    4
    # Configurando EsLint + Prettier | React TypeScript
    5
    
                  
  3. VSCode Settings VSCode Settings
    1
    {
    2
      // Editor Settings
    3
      "editor.accessibilitySupport": "off",
    4
      "editor.acceptSuggestionOnCommitCharacter": false,
    5
      "editor.codeActionsOnSave": {
  4. Fish Shell Settings Fish Shell Settings
    1
    if status is-interactive
    2
        # Commands to run in interactive sessions can go here
    3
    end
    4
    
                  
    5
    set SPACEFISH_PROMPT_ADD_NEWLINE false