Revision a904372269027d08684c32861b8b244c9c647d67 authored by Ashley Harrison on 14 October 2022, 10:02:01 UTC, committed by GitHub on 14 October 2022, 10:02:01 UTC
* enable rule `jsx-a11y/no-noninteractive-element-to-interactive-role` and switch to extending recommended preset

* fix unit tests

* better unit test
1 parent e85917f
Raw File
.linguirc
{
  "locales": [
    "en-US",
    "fr-FR",
    "es-ES",
    "pseudo-LOCALE"
  ],
  "catalogs": [
    {
      "path": "public/locales/{locale}/messages",
      "include": [
        "public/app"
      ],
      "exclude": [
        "**/*.d.ts",
        "**/*.test.ts",
        "**/node_modules/**",
        "public/app/plugins"
      ]
    }
  ],
  "fallbackLocales": {
    "pseudo-LOCALE": "en-US",
    "default": "en-US"
  },
  "pseudoLocale": "pseudo-LOCALE",
  "sourceLocale": "en-US",
  "format": "po",
  "formatOptions": {
    "lineNumbers": false
  }
}
back to top