use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

7
node_modules/object.assign/test/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"rules": {
"max-statements-per-line": [2, { "max": 3 }],
"no-magic-numbers": 0,
"object-curly-newline": 0,
}
}