chore: cleanup / yarn sdks

This commit is contained in:
2023-11-20 19:16:47 +00:00
parent e8bcba129e
commit 7c8fff97ce
73 changed files with 554 additions and 362 deletions

View File

@ -6,9 +6,9 @@ module.exports = {
"formatjs/enforce-id": [
"error",
{
"idInterpolationPattern": "[sha512:contenthash:base64:6]"
}
]
idInterpolationPattern: "[sha512:contenthash:base64:6]",
},
],
},
root: true,
ignorePatterns: ["build/", "*.test.ts", "*.js"],