summaryrefslogtreecommitdiffstats
path: root/remote/marionette/test/xpcshell/.eslintrc.js
blob: 2ef179ab5ec9f0ed0cbbe1826ab0f366cd2971d2 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  rules: {
    camelcase: "off",
  },
};