選択できるのは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. };