summaryrefslogtreecommitdiffstats
path: root/dom/base/test/.eslintrc.js
blob: 43ad70dd5e14667af88dc2c6e676af0d2e41647e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"use strict";

module.exports = {
  overrides: [
    {
      files: ["file_module_js_cache.js", "file_script_module_*.js"],
      parserOptions: {
        sourceType: "module",
      },
    },
  ],
};