summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteph Ango <[email protected]>2025-09-05 09:04:04 -0700
committerSteph Ango <[email protected]>2025-09-05 09:04:04 -0700
commit33075ecd13f9843f53adebd1b003f08f7c70ab17 (patch)
tree16c49cb66c8737d53521e1957515b7fad3a81898
parent188bb6120f9c201402490384e812116a0427261b (diff)
downloadai-pulse-obsidian-plugin-33075ecd13f9843f53adebd1b003f08f7c70ab17.tar.gz
ai-pulse-obsidian-plugin-33075ecd13f9843f53adebd1b003f08f7c70ab17.zip
use forward slashes for cross OS compatibility
-rw-r--r--AGENTS.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 04fa1f1..689e160 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -39,7 +39,7 @@ npm run build
- To use eslint install eslint from terminal: `npm install -g eslint`
- To use eslint to analyze this project use this command: `eslint main.ts`
- eslint will then create a report with suggestions for code improvement by file and line number.
-- If your source code is in a folder, such as `src`, you can use eslint with this command to analyze all files in that folder: `eslint .\src\`
+- If your source code is in a folder, such as `src`, you can use eslint with this command to analyze all files in that folder: `eslint ./src/`
## File & folder conventions
diff --git a/README.md b/README.md
index c773152..23d9526 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Quick starting guide for new plugin devs:
- `eslint main.ts`
- eslint will then create a report with suggestions for code improvement by file and line number.
- If your source code is in a folder, such as `src`, you can use eslint with this command to analyze all files in that folder:
- - `eslint .\src\`
+ - `eslint ./src/`
## Funding URL