Stop models from using NodeJS apis.

This commit is contained in:
Mike Thicke 2025-06-02 14:38:45 -04:00
parent 2a4a733315
commit be1bb89502

1
.rules
View file

@ -17,3 +17,4 @@
- Avoid inline styles. Use CSS classes and styles.css instead.
- Use Obsidian CSS variables for styling whenever possible.
- Use comments very sparingly, except for function and class documentation. The code should speak for itself and comments just get in the way. Only use comments when the code is complex or when it's not immediately obvious what the code is doing.
- Do not use NodeJS apis. Using NodeJS apis prevents the plugin from being usable with Obsidian mobile.