Customizable Container panel #181

This commit is contained in:
baku
2017-02-17 09:46:36 +01:00
parent 438d59a82d
commit bfb4a12169
2 changed files with 20 additions and 3 deletions
+4
View File
@@ -8,6 +8,10 @@ module.exports = {
"extends": [
"eslint:recommended"
],
"globals": {
"CustomizableUI": true,
"CustomizableWidgets": true
},
"plugins": [
"promise"
],