# Typescript Eslint > typescript-eslint ## Pages - [TypeScript ESLint Documentation](root-readme.md): 👇 - [Contributing](contributing.md): Thank you for your interest in contributing to typescript-eslint! 💜 - [Developers](developers.md): These are the developer guides to working with the typescript-eslint tooling. - [Maintenance Guide](maintenance.md): This is the maintainers guide to working on typescript-eslint. - [Packages](packages.md): The`@typescript-eslint/*`packages are all stored in [our GitHub monorepo](https://github.com/typescript-eslint/type... - [Discussions](contributing-discussions.md): Most proposals in the typescript-eslint repository happen in [GitHub Issues](https://docs.github.com/issues). - [Issues](contributing-issues.md): So you've got a bug report, documentation request, or feature suggestion? - [Local Development](contributing-local-development.md): Thank you for your interest in developing on typescript-eslint! ❤️‍🔥 - [Pull Requests](contributing-pull-requests.md): See [Local Development](./Local_Development.mdx) for details on how to get started developing locally. - [Local Linking](contributing-local-development-local-linking.md): It can sometimes be useful to try out your local`typescript-eslint`repository's changes in another local ("downstre... - [Custom Rules](developers-custom-rules.md): :::important - [ESLint Plugins](developers-eslint-plugins.md): :::important - [Legacy ESLint Setup](getting-started-legacy-eslint-setup.md): import Tabs from '@theme/Tabs'; - [Getting Started](getting-started-quickstart.md): import Tabs from '@theme/Tabs'; - [Linting with Type Information](getting-started-typed-linting.md): import Tabs from '@theme/Tabs'; - [Branding](maintenance-branding.md): This document serves as a guide for how we generally describe or represent typescript-eslint. - [Contributor Tiers](maintenance-contributor-tiers.md): These tiers of contributors, committers, and maintainers roughly reflect how we've worked the past several years. - [Governance](maintenance-governance.md): id: governance - [Issues](maintenance-issues.md): This document serves as a guide for how you might manage our [GitHub Issues](https://docs.github.com/issues), also kn... - [Pull Requests](maintenance-pull-requests.md): This document serves as a guide for how you might review pull requests. - [Releases](maintenance-releases.md): [Users > Releases](../users/Releases.mdx) describes how our automatic releases are done. - [Team](maintenance-team.md): import { TeamBioDivider } from '@site/src/components/team/TeamBioDivider'; - [Rule Deprecations, Renames, And Deletions](maintenance-issues-rule-deprecations-and-deletions.md): Sometimes a rule that used to be 👍 does not age well and becomes 👎. - [Dependency Version Upgrades](maintenance-pull-requests-dependency-version-upgrades.md): We rely on [renovate bot](https://github.com/renovatebot/renovate/) to automatically raise PRs to update our dependen... - [TypeScript ESLint Documentation](packages-eslint-plugin.md): The TypeScript plugin for ESLint. ✨ - [TypeScript ESLint Documentation](packages-eslint-plugin-tslint.md): ESLint plugin that allows running TSLint rules within ESLint to help you migrate from TSLint to ESLint. ✨ - [TypeScript ESLint Documentation](packages-parser.md): import Tabs from '@theme/Tabs'; - [TypeScript ESLint Documentation](packages-project-service.md): import GeneratedDocs from './project-service/generated/index.md'; - [TypeScript ESLint Documentation](packages-ruleschematotypescripttypes.md): import GeneratedDocs from './rule-schema-to-typescript-types/generated/index.md'; - [TypeScript ESLint Documentation](packages-rule-tester.md): import CodeBlock from '@theme/CodeBlock'; - [TypeScript ESLint Documentation](packages-scope-manager.md): A fork of [`eslint-scope`](https://github.com/eslint/eslint-scope), enhanced to support TypeScript functionality. ✨ - [TypeScript ESLint Documentation](packages-tsconfig-utils.md): import GeneratedDocs from './tsconfig-utils/generated/index.md'; - [TypeScript ESLint Documentation](packages-typescript-eslint.md): import Tabs from '@theme/Tabs'; - [TypeScript ESLint Documentation](packages-typescript-estree.md): The underlying code used by [`@typescript-eslint/parser`](./Parser.mdx) that converts TypeScript source code into an ... - [TypeScript ESLint Documentation](packages-type-utils.md): import GeneratedDocs from './type-utils/generated/index.md'; - [TypeScript ESLint Documentation](packages-utils.md): Utilities for working with TypeScript + ESLint together. ✨ - [TypeOrValueSpecifier](packages-type-utils-typeorvaluespecifier.md): Some lint rules include options to describe specific _types_ and/or _values_. - [TypeScript ESLint Documentation](packages-typescript-estree-ast-spec.md): import GeneratedDocs from '../ast-spec/generated/index.md'; - [ESLint FAQs](troubleshooting-faqs-eslint.md): import Tabs from '@theme/Tabs'; - [Framework FAQs](troubleshooting-faqs-frameworks.md): import Tabs from '@theme/Tabs'; - [General](troubleshooting-faqs-general.md): import Tabs from '@theme/Tabs'; - [JavaScript FAQs](troubleshooting-faqs-javascript.md): import Tabs from '@theme/Tabs'; - [TypeScript FAQs](troubleshooting-faqs-typescript.md): import Tabs from '@theme/Tabs'; - [Monorepo Configuration](troubleshooting-typed-linting-monorepos.md): import Tabs from '@theme/Tabs'; - [Performance](troubleshooting-typed-linting-performance.md): import Tabs from '@theme/Tabs'; - [Typed Linting](troubleshooting-typed-linting.md): import Tabs from '@theme/Tabs'; - [Dependency Versions](users-dependency-versions.md): import rootPackageJson from '../../package.json'; - [Releases](users-releases.md): import useIsBrowser from '@docusaurus/useIsBrowser'; - [Shared Configs](users-shared-configurations.md): import Tabs from '@theme/Tabs'; - [Versioning](users-versioning.md): We follow [semantic versioning (semver)](https://semver.org). - [What About Formatting?](users-what-about-formatting.md): import Tabs from '@theme/Tabs'; - [What About TSLint?](users-what-about-tslint.md): TSLint was a linter equivalent to ESLint that was written specifically to work directly on TypeScript code. - [Users](users.md): These are the user guides to consuming the typescript-eslint tooling.