summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/.eslintrc.js
blob: 85c68598a9b5b59d128a1762362aef0fa4781d17 (plain)
1
2
3
4
5
6
7
8
9
"use strict";

module.exports = {
  plugins: ["no-unsanitized"],

  rules: {
    "no-unsanitized/property": "off",
  },
};