crowdin updates

This commit is contained in:
2023-04-03 10:39:14 +01:00
parent b4f37b1ed3
commit 732dff0262
11 changed files with 113 additions and 13 deletions

View File

@ -3,7 +3,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
ignorePatterns: ["build/"],
ignorePatterns: ["build/", "*.test.ts"],
env: {
browser: true,
worker: true,