diff options
| author | Johannes Theiner <[email protected]> | 2025-06-02 12:10:29 +0200 |
|---|---|---|
| committer | Johannes Theiner <[email protected]> | 2025-06-02 12:10:29 +0200 |
| commit | 68ab547f2c6c045d822ccf845fc4a34aa669a3ce (patch) | |
| tree | fff254410117effd017f2e09576e94c0f0036892 /package.json | |
| parent | ba040569383115bf711c28cc4aecd2529bfa2929 (diff) | |
| download | ai-pulse-obsidian-plugin-68ab547f2c6c045d822ccf845fc4a34aa669a3ce.tar.gz ai-pulse-obsidian-plugin-68ab547f2c6c045d822ccf845fc4a34aa669a3ce.zip | |
Update to use released eslint plugin
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 156a51e..9fce019 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json", "lint": "eslint --ext .js,.ts,.json src && stylelint styles.css && npx npm-package-json-lint .", - "link": "npm link eslint-plugin-obsidian", "test": "npm run link && npm run lint" }, "keywords": [], @@ -36,7 +35,7 @@ "posthog-node": "4.3.2" }, "dependencies": { - "eslint-plugin-obsidian": "file:../eslint-plugin", + "eslint-plugin-obsidianmd": "0.0.2", "obsidian": "latest" } } |
