summaryrefslogtreecommitdiff
path: root/devtools/client/animationinspector/test/.eslintrc.js
blob: 8d15a76d9b8ce768ed08871df829956a9c481662 (plain)
1
2
3
4
5
6
"use strict";

module.exports = {
  // Extend from the shared list of defined globals for mochitests.
  "extends": "../../../.eslintrc.mochitests.js"
};