您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
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. };