Files
excalidraw/.eslintrc.json
2021-11-02 14:24:16 +02:00

8 lines
162 B
JSON

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