mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: ["plugin:mozilla/browser-test"],
|
|
rules: {
|
|
"no-shadow": "off",
|
|
},
|
|
};
|