summaryrefslogtreecommitdiffstats
path: root/testing/marionette/marionette.eslintrc.js
blob: 8e54bd5ff39678e7e2578ef865b67fabfb5ae4a8 (plain)
1
2
3
4
5
6
7
8
// Parent config file for all marionette files.
module.exports = {
  // All globals made available in the test environment.
  "globals": {
    "ok": false,
    "is": false,
  }
};