excalidraw/.eslintrc.json

7 lines
126 B
JSON

{
"extends": ["@excalidraw/eslint-config", "react-app"],
"rules": {
"import/no-anonymous-default-export": "off"
}
}