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

.eslintrc.json 162B

1234567
  1. {
  2. "extends": ["@excalidraw/eslint-config", "react-app"],
  3. "rules": {
  4. "import/no-anonymous-default-export": "off",
  5. "no-restricted-globals": "off"
  6. }
  7. }