Attempt both Yew and Web-View

This commit is contained in:
2018-08-26 00:59:17 -04:00
parent 26509b50e7
commit 3809114c7f
26 changed files with 8568 additions and 3 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
}
}