summaryrefslogtreecommitdiff
path: root/toolkit/mozapps/extensions/.eslintrc.js
blob: 2b90bd053a4fb50c55f924d5b6031375edaf3436 (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = { // eslint-disable-line no-undef
  "rules": {
    // No using undeclared variables
    "no-undef": "error",
  }
};