You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
310 B

преди 3 години
  1. 'use strict';
  2. module.exports = {
  3. extends: [
  4. './index.js',
  5. ],
  6. env: {
  7. browser: true,
  8. jquery: true,
  9. },
  10. globals: {
  11. clientVars: 'readonly',
  12. exports: 'readonly',
  13. html10n: 'readonly',
  14. io: 'readonly',
  15. module: 'readonly',
  16. pad: 'readonly',
  17. require: 'readonly',
  18. },
  19. };