* Adding in hide/show API for containers * fix #12: [un]hide icons in the pop-up UI
This commit is contained in:
committed by
Jonathan Kingston
parent
38a4eb68ec
commit
3c06f76ab3
+6
-2
@@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
"extends": "nightmare-mode",
|
||||
"installedESLint": true
|
||||
"extends": "nightmare-mode",
|
||||
"installedESLint": true,
|
||||
"rules": {
|
||||
// Consider moving to this as is FF default
|
||||
// "quotes": ["error", "double"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user