# react-core-linter: React Core Linter URL: https://generaltranslation.com/en-GB/docs/react-core-linter.mdx --- title: React Core Linter description: ESLint plugin for GT React libraries --- This package is v0.1.0 and not yet stable. Subject to breaking changes. `@generaltranslation/react-core-linter` is an ESLint plugin that catches common implementation errors across GT's React libraries: `gt-react`, `gt-next`, and `gt-react-native`. It checks for issues such as dynamic content inside `` components and dynamic strings in translation functions, and offers autofixes. import Video from '@/components/Video';