darkmode toggle

This commit is contained in:
DeaDvey
2024-10-09 22:06:02 +00:00
parent ba503f8ec8
commit 8706c60d35
1675 changed files with 101949 additions and 0 deletions

13
node_modules/has-property-descriptors/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}