This commit is contained in:
2024-12-21 14:29:46 -08:00
parent 567a357dee
commit e396514899
9 changed files with 176 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
}
],
"@typescript-eslint/semi": "warn",
"curly": "warn",
"curly": ["warn", "multi"],
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"
@@ -27,4 +27,4 @@
"dist",
"**/*.d.ts"
]
}
}