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

123456789101112
  1. {
  2. "root": true,
  3. "rules": {
  4. "react/jsx-props-no-spreading": "off"
  5. },
  6. "extends": [
  7. "lxsmnsyc/typescript/react"
  8. ],
  9. "parserOptions": {
  10. "project": "./tsconfig.eslint.json"
  11. }
  12. }