3c06f76ab3
* Adding in hide/show API for containers * fix #12: [un]hide icons in the pop-up UI
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
module.exports = {
|
|
"extends": "nightmare-mode",
|
|
"installedESLint": true,
|
|
"rules": {
|
|
// Consider moving to this as is FF default
|
|
// "quotes": ["error", "double"]
|
|
}
|
|
};
|