@eslint/json is the official ESLint plugin for linting JSON files. It allows developers to enforce consistent styling and identify potential errors within JSON data using ESLint's familiar configuration system. This plugin supports various ESLint rules specifically tailored for JSON, like validating syntax, enforcing specific property order, and preventing duplicate keys, promoting cleaner and more maintainable JSON configurations or data files within projects. Install as a dev dependency to easily integrate into your CI/CD workflow.