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

15 行
213 B

  1. {
  2. extends: [
  3. "airbnb-base",
  4. "plugin:flowtype/recommended"
  5. ],
  6. parser: "babel-eslint",
  7. plugins: [
  8. "flowtype"
  9. ],
  10. rules: {
  11. 'max-len': 'off',
  12. 'no-template-curly-in-string': 'off',
  13. }
  14. }