The code powering m.abunchtell.com https://m.abunchtell.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

22 行
241 B

  1. {
  2. "env": {
  3. "browser": true,
  4. "node": false,
  5. "es6": true
  6. },
  7. "parser": "babel-eslint",
  8. "plugins": [
  9. "react"
  10. ],
  11. "parserOptions": {
  12. "sourceType": "module",
  13. "ecmaFeatures": {
  14. "jsx": true
  15. },
  16. },
  17. }