refactor translations

This commit is contained in:
Fabrice Lamant
2024-08-04 09:00:47 +02:00
parent 9e525f3cd9
commit 4fe7181e0d
7 changed files with 138 additions and 102 deletions

View File

@ -18,7 +18,7 @@ export default [
{
rules: {
"comma-dangle": ["error", "always-multiline"],
complexity: ["error", 8],
complexity: ["error", 15],
quotes: ["error", "double"],
semi: ["error", "always"],
},