Synchronize, not sure how much is or isn't working

This commit is contained in:
2018-09-08 21:56:06 -04:00
parent 3809114c7f
commit ea9922fa5b
32 changed files with 1980668 additions and 542 deletions

View File

@ -0,0 +1,9 @@
{
"extends": "eslint-config-airbnb",
"rules": {
"import/extensions": 0,
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": [2, { "ignore": ["electron"] }],
"linebreak-style": 0
}
}