mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
7 lines
162 B
JSON
7 lines
162 B
JSON
{
|
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off",
|
|
"no-restricted-globals": "off"
|
|
}
|
|
}
|