mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|