first commit

This commit is contained in:
pvincent
2022-10-03 22:58:19 +04:00
commit e30d26d9a0
1015 changed files with 195137 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"root": true,
"extends": "@ljharb",
"env": {
"browser": true,
"node": true,
},
"rules": {
"id-length": "off",
},
}