diff --git a/apps/archive/docs/engineering-playbook/testing/recommened-linters.mdx b/apps/archive/docs/engineering-playbook/testing/recommened-linters.mdx index ebdaadb..714e565 100644 --- a/apps/archive/docs/engineering-playbook/testing/recommened-linters.mdx +++ b/apps/archive/docs/engineering-playbook/testing/recommened-linters.mdx @@ -31,6 +31,10 @@ title: Recommended Linters - [eslint-plugin-query](https://www.npmjs.com/package/@tanstack/eslint-plugin-query) - TanStack Query comes with its own ESLint plugin. This plugin is used to enforce best practices and to help you avoid common mistakes. - [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) - ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc. +## Golang + +- [golangci-lint](https://github.com/golangci/golangci-lint) + ## Markdown - [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.