godaddy / eslint-plugin-i18n-json

Fully extendable eslint plugin for JSON i18n translation files.
https://godaddy.github.io/2018/04/02/introducing-eslint-plugin-i18n-json/
MIT License
182 stars 25 forks source link

Using plugin with different folder structure #59

Open RobertPetricevic opened 1 year ago

RobertPetricevic commented 1 year ago

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