mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D23849 --HG-- extra : moz-landing-system : lando
11 lines
123 B
JavaScript
11 lines
123 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"env": {
|
|
"webextensions": true,
|
|
},
|
|
|
|
"rules": {
|
|
"no-shadow": "off",
|
|
},
|
|
};
|