summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/python/files/.eslintrc.js
blob: bf2747b9c3a6fc5175035061012c679e971ad118 (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = {
  "extends": [
    "plugin:mozilla/browser-test",
    "plugin:mozilla/mochitest-test"
  ]
};