We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da55a10 commit aca05a9Copy full SHA for aca05a9
src/apis/.eslintrc.js
@@ -5,4 +5,7 @@ module.exports = {
5
ExtensionAPI: true,
6
ExtensionError: true,
7
},
8
+ rules: {
9
+ "no-unused-vars": ["error", { varsIgnorePattern: "nimbus" }],
10
+ },
11
};
src/apis/nimbus.js
@@ -3,8 +3,6 @@
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
*/
-/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "nimbus" }]*/
-
const lazy = {};
ChromeUtils.defineESModuleGetters(lazy, {
0 commit comments