Skip to content

Conversation

jpmckinney
Copy link
Member

@jpmckinney jpmckinney commented Nov 26, 2024

  • chore: Run safe Biome fixes (biome check --indent-style=space --line-width=119 . --apply)
  • chore: Add biome.json (with formatter.indentWidth 2 to match current style)
  • chore: Remove Husky and lint-staged (use pre-commit), commitlint and VS Code settings
  • chore: Remove mentions of .env.example
  • chore: Build produces identical output without tsconfig.node.json
  • chore: Align .dockerignore with cookiecutter (build reads .env.production)
  • chore: Simplify .gitignore
  • chore: Remove Prettier
  • chore: Fix lint/style/noUnusedTemplateLiteral
  • chore: Fix lint/a11y/useGenericFontNames
  • chore: Remove eslint-disable comments
  • chore: Replace eslint with biome
  • chore: Remove package scripts
  • chore: Fix lint/complexity/useOptionalChain
  • chore: Fix lint/suspicious/noConfusingVoidType
  • chore: Fix lint/suspicious/noImplicitAnyLet
  • chore: Ignore rules that fail 1-2 times. Format index.css.
  • ci: Add lint workflow, and make docker workflow depend on it, closes #78

@jpmckinney jpmckinney requested a review from yolile November 26, 2024 07:16
@jpmckinney
Copy link
Member Author

@yolile You can look at individual commits - the full diff is large mostly due to the first commit.

@yolile yolile merged commit 8ddd906 into main Nov 26, 2024
7 checks passed
@yolile yolile deleted the lint branch November 26, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add formatters and linters

2 participants