summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/.eslintrc.js
blob: 379eabb2d05d693bd05e9a5e6f2de2c0fb47be7f (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = {
  rules: {
    // Disallow non-top level |var| declarations.
    "mozilla/var-only-at-top-level": "error",
  },
};