mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D23850 --HG-- extra : moz-landing-system : lando
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"rules": {
|
|
"no-shadow": "off",
|
|
}
|
|
};
|