forked from mirrors/gecko-dev
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
|
|
|
|
plugins: ["no-unsanitized"],
|
|
|
|
rules: {
|
|
"no-unsanitized/method": "off",
|
|
},
|
|
};
|