eslint-plugin-i18n-json icon indicating copy to clipboard operation
eslint-plugin-i18n-json copied to clipboard

Fully extendable eslint plugin for JSON i18n translation files.

Results 25 eslint-plugin-i18n-json issues
Sort by recently updated
recently updated
newest added

The preprocessor transforms the JSON in a big comment block, making it hard to have other tools with this plugin. Any plans on fixing that?

Is it at all feasible to create a rule that checks for duplicate/identical (or similar) _values_ rather than keys? I'm not all too familiar with eslint plugin development, but I...

Hi, how to use this plugin in project with folder structure like this: translations/ ---alerts/ ------en/ --------translation.json ------de/ --------translation.json ---common/ ------en/ --------translation.json ------de/ --------translation.json

currently `package` is not compatible with `arrays` in json it's one of important features for `i18next` this PR will delete hardcoded validating array and solve [issue-54](https://github.com/godaddy/eslint-plugin-i18n-json/issues/54)

How to use this great plugin with the new [flat config file format](https://eslint.org/docs/latest/use/configure/migration-guide)?