marionette.eslintrc.js 180 B

123456789
  1. // Parent config file for all marionette files.
  2. module.exports = {
  3. // All globals made available in the test environment.
  4. "globals": {
  5. "ok": false,
  6. "is": false,
  7. }
  8. };