pullrequests Search Results · repo:ericchansen/copilot-obsidian language:JavaScript
Filter by
2 results
inericchansen/copilot-obsidian (press backspace or delete to remove)package-lock.json is gitignored since this is a dev-only tool with a single devDependency. npm ci requires a lockfile;
npm install does not.
Summary
Add developer infrastructure, vault_append tool, and repository polish to make copilot-obsidian a proper open source
project.
Changes
Dev Infrastructure
- ESLint — modern flat config (eslint.config.mjs) ...