Files
Excalidraw/excalidraw/.eslintrc.json
T
Yuzhong Zhang 602f4629ff init frontend
2025-07-05 23:22:48 +08:00

8 lines
162 B
JSON

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