mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|