Skip to content

Commit ba7bd53

Browse files
committed
chore: merge main
2 parents 1c14b3e + 32ba04a commit ba7bd53

File tree

10 files changed

+8526
-12521
lines changed

10 files changed

+8526
-12521
lines changed

.eslintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"rules": {
1111
"eslint-comments/no-use": "off",
1212
"import/no-namespace": "off",
13-
"no-unused-vars": "off",
13+
"i18n-text/no-en": "off",
14+
"camelcase": "off",
1415
"@typescript-eslint/no-unused-vars": "error",
1516
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
1617
"@typescript-eslint/no-require-imports": "error",
1718
"@typescript-eslint/array-type": "error",
1819
"@typescript-eslint/await-thenable": "error",
1920
"@typescript-eslint/ban-ts-comment": "error",
20-
"camelcase": "off",
2121
"@typescript-eslint/consistent-type-assertions": "error",
2222
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
2323
"@typescript-eslint/func-call-spacing": ["error", "never"],
@@ -51,4 +51,4 @@
5151
"es6": true,
5252
"jest/globals": true
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)