.eslintrc.json 126 B

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