# react-core-linter: Quickstart
URL: https://generaltranslation.com/en-GB/docs/react-core-linter/guides/quickstart.mdx
---
title: Quickstart
description: Quickstart guide for the React Core Linter
---
This package is v0.1.0 and not stable. Subject to breaking changes.
This is an ESLint plugin designed to be used with any of our i18n libraries: `gt-react`, `gt-next`, or `gt-react-native`.
It checks for common implementation errors and provides fixes.
import Video from '@/components/Video';
## Installation
```bash
npm install @generaltranslation/react-core-linter --save-dev
```
## Configuration
Add to your `eslint.config.js`:
```javascript
import gtLint from '@generaltranslation/react-core-linter';
export default [
gtLint.configs.recommended,
];
```
## Rules
* [`static-jsx`](/docs/react-core-linter/rules/static-jsx) - Learn about the static-jsx rule
* [`static-string`](/docs/react-core-linter/rules/static-string) - Learn about the static-string rule
## Next steps
* [Release Notes](/devlog/react-core-linter_v0_1_0) - Release notes
* [The `` Component](/docs/react/guides/t) - How to use the T component
* [Variable Components](/docs/react/guides/variables) - Handle dynamic content in translations
* [String Translation](/docs/react/guides/strings) - Translate plain text strings