Update documentation for DevTools and fix some ESLint warnings #911

Merged
IGassmann merged 8 commits from issue/763 into master 2018-01-02 06:41:40 +01:00
Showing only changes of commit e31e9cd345 - Show all commits

View file

@ -1,7 +1,5 @@
{
"plugins": [
"flowtype"
],
"plugins": ["flowtype"],
"extends": [
"airbnb",
"plugin:import/electron",
@ -28,7 +26,8 @@
"app": true
},
"rules": {
"import/no-commonjs": 1,
"import/no-amd": 1
"import/no-commonjs": "warn",
"import/no-amd": "warn",
"func-names": ["warn", "as-needed"]
}
}
}