Configuração de ESLint e EditorConfig no Monorepo#14
Open
Zed201 wants to merge 3 commits intopauloborba:mainfrom
Open
Configuração de ESLint e EditorConfig no Monorepo#14Zed201 wants to merge 3 commits intopauloborba:mainfrom
Zed201 wants to merge 3 commits intopauloborba:mainfrom
Conversation
pauloborba
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Este PR adiciona a configuração inicial de ESLint e EditorConfig ao projeto monorepo, estabelecendo padrões de estilo, formatação e qualidade de código entre o client e o server.
✅ O que foi adicionado
1. ESLint
Configuração unificada no root do projeto.
Regras base para JavaScript/TypeScript.
Suporte a arquivos
.tse.tsxno client e.tsno server.Scripts para rodar lint e auto-fix:
Ajustes automáticos de estilo onde possível (via
--fix).2. EditorConfig
Padronização de:
Certifique-se de ter a extensão instalada (caso use VSCode):
EditorConfig vscode
Ao salvar arquivos, o editor aplicará automaticamente as regras definidas no
.editorconfig.Observações adicionais