diff options
| author | Lishid <[email protected]> | 2025-12-30 13:09:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-30 13:09:48 -0500 |
| commit | dc2fa22c4d279199fb07a205a0c11eb155641f3d (patch) | |
| tree | 4b4b3ccee111c1107c7f84836aaa994f6279c3bc /README.md | |
| parent | 2323eddbb126e0cc03ecffb176ba6cecc41f2753 (diff) | |
| download | ai-pulse-obsidian-plugin-dc2fa22c4d279199fb07a205a0c11eb155641f3d.tar.gz ai-pulse-obsidian-plugin-dc2fa22c4d279199fb07a205a0c11eb155641f3d.zip | |
Fix typo in ESLint plugin link
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Quick starting guide for new plugin devs: ## Improve code quality with eslint - [ESLint](https://eslint.org/) is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code. - This project already has eslint preconfigured, you can invoke a check by running`npm run lint` -- Together with a custom eslint [plugin](https://github.com/eslint-plugin) for Obsidan specific code guidelines. +- Together with a custom eslint [plugin](https://github.com/obsidianmd/eslint-plugin) for Obsidan specific code guidelines. - A GitHub action is preconfigured to automatically lint every commit on all branches. ## Funding URL |
