repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1772588 [wpt PR 34302] - [wpt] Add test for block-in-inline offsetParent., a...
[gecko.git]
/
editor
/
libeditor
/
tests
/
.eslintrc.js
blob
40ffdf1f0bcdcfe0a38202483d0392f812fc92ac
1
"use strict";
2
3
module.exports = {
4
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
5
6
plugins: ["no-unsanitized"],
7
8
rules: {
9
"no-unsanitized/property": "off",
10
},
11
};