installed electron

This commit is contained in:
Queen Bee
2018-01-05 10:48:13 -08:00
parent 6977ec2c2d
commit b3c993d9e3
1379 changed files with 198366 additions and 0 deletions

15
node_modules/qs/test/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"consistent-return": 2,
"max-lines": 0,
"max-nested-callbacks": [2, 3],
"max-statements": 0,
"no-buffer-constructor": 0,
"no-extend-native": 0,
"no-magic-numbers": 0,
"object-curly-newline": 0,
"sort-keys": 0
}
}