From c88b1e2e5bcaab7632fb0228ab9b217b7fa1dd3a Mon Sep 17 00:00:00 2001 From: Zero Liu Date: Wed, 13 May 2026 01:21:25 -0700 Subject: [PATCH] chore(lint): enable obsidianmd/no-unsupported-api (#2414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes the deferred "off" override so the rule runs at the recommended severity on .ts/.tsx. With manifest.minAppVersion=1.4.0 and obsidian@1.2.5 (no @since tags) the rule fires on nothing today — it acts as a guard for future obsidian type-stub bumps. Co-authored-by: Claude Opus 4.7 (1M context) --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 31c25ac5..bc929900 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -77,7 +77,6 @@ export default [ "obsidianmd/prefer-active-doc": "error", "obsidianmd/object-assign": "off", "obsidianmd/ui/sentence-case": "off", - "obsidianmd/no-unsupported-api": "off", // obsidianmd: disabled intentionally — Platform.isMacOS branching is on-purpose "obsidianmd/platform": "off",