mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
chore(lint): enable obsidianmd/no-unsupported-api (#2414)
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) <noreply@anthropic.com>
This commit is contained in:
parent
710acc2436
commit
c88b1e2e5b
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue