.eslintrc.js 219 B

1234567891011
  1. "use strict";
  2. module.exports = {
  3. // Extend from the shared list of defined globals for mochitests.
  4. "extends": "../../../.eslintrc.mochitests.js",
  5. "globals": {
  6. "ResponsiveUI": true,
  7. "helpers": true
  8. }
  9. };