mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
7 lines
154 B
JSON
7 lines
154 B
JSON
{
|
|
"extends": ["@excalidraw/eslint-config"],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off",
|
|
"no-restricted-globals": "off"
|
|
}
|
|
} |