Files
obsidian-excalidraw-plugin/.eslintrc.json
Zsolt Viczian 581013b1b3 eslint --fix
2021-12-08 20:05:42 +01:00

7 lines
154 B
JSON

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