Skip to content

Instantly share code, notes, and snippets.

View joaovictornsv's full-sized avatar
🚀
In evolution

João Victor Negreiros joaovictornsv

🚀
In evolution
View GitHub Profile
@joaovictornsv
joaovictornsv / conventional_commits.sh
Last active July 5, 2022 22:23
Em busca do Linux automático 🚀
WHITE="\033[1;37m";
RESET="\033[0m";
echo "- ${WHITE}build${RESET}: Changes that affect the build system or external dependencies
- ${WHITE}ci${RESET}: Changes to our CI configuration files and scripts
- ${WHITE}docs${RESET}: Documentation only changes
- ${WHITE}feat${RESET}: A new feature
- ${WHITE}fix${RESET}: A bug fix
- ${WHITE}perf${RESET}: A code change that improves performance
- ${WHITE}refactor${RESET}: A code change that neither fixes a bug nor adds a feature
@joaovictornsv
joaovictornsv / .eslintrc.json
Last active June 14, 2021 12:24
🟡 Setup Node Javascript
"rules": {
"camelcase":"off",
"no-console":"off",
"no-unused-vars": "warn",
"class-methods-use-this": "off",
"import/prefer-default-export": "off",
"import/extensions": [
"error",
"always",
{
@joaovictornsv
joaovictornsv / .eslintrc.json
Last active June 14, 2021 12:35
🔵 Setup Node Typescript
"rules": {
"camelcase":"off",
"no-console":"off",
"no-unused-vars": "warn",
"class-methods-use-this": "off",
"import/prefer-default-export": "off",
"import/extensions": [
"error",
"always",
{
@joaovictornsv
joaovictornsv / Extensions
Last active October 31, 2023 20:50
My VS Code Settings
DotENV
Fluent Icons
Go
Material Icon Theme
Path Intellisense
Python
C/C++
Code Runner
Color Highlight
Docker