chore: use babel transformer for formatted message id

This commit is contained in:
2024-04-29 09:54:41 +01:00
parent b642f13d36
commit e6faf5d3ad
112 changed files with 555 additions and 458 deletions

View File

@ -4,12 +4,6 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint", "formatjs", "react-refresh", "simple-import-sort"],
rules: {
"formatjs/enforce-id": [
"error",
{
idInterpolationPattern: "[sha512:contenthash:base64:6]",
},
],
"react/react-in-jsx-scope": "off",
"react-hooks/exhaustive-deps": "off",
"react-refresh/only-export-components": "error",