From 10b64d4ce2eca8e87139d47acb1ea429f5f8a565 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 15 Jul 2021 19:29:15 +0200 Subject: [PATCH] Added auto-plugin-obsidian --- .autorc | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .autorc diff --git a/.autorc b/.autorc new file mode 100644 index 00000000..ef0c42c7 --- /dev/null +++ b/.autorc @@ -0,0 +1,5 @@ +{ + "plugins": [ + "obsidian" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index c45b7e25..91904aed 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@types/node": "^14.14.37", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", + "auto-plugin-obsidian": "^0.1.4", "eslint": "^7.29.0", "obsidian": "^0.12.0", "rollup": "^2.32.1",