blob: 40ffdf1f0bcdcfe0a38202483d0392f812fc92ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
"use strict";
module.exports = {
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
plugins: ["no-unsanitized"],
rules: {
"no-unsanitized/property": "off",
},
};
|