Updated and added pages

This commit is contained in:
2024-10-09 01:40:36 +09:00
parent 780905fb4e
commit 545ac73e0e
37 changed files with 1552 additions and 291 deletions

View File

@@ -17,7 +17,7 @@ const basicRules = {
"ignoreArrayIndexes": true,
"ignoreClassFieldInitialValues": true,
"enforceConst": true,
"ignore": [0]
"ignore": [0, 1, -1]
}
],
"dot-notation": "error",