Skip to content

Commit dc2fa22

Browse files
authored
Fix typo in ESLint plugin link
1 parent 2323edd commit dc2fa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Quick starting guide for new plugin devs:
5858
## Improve code quality with eslint
5959
- [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.
6060
- This project already has eslint preconfigured, you can invoke a check by running`npm run lint`
61-
- Together with a custom eslint [plugin](https://github.com/eslint-plugin) for Obsidan specific code guidelines.
61+
- Together with a custom eslint [plugin](https://github.com/obsidianmd/eslint-plugin) for Obsidan specific code guidelines.
6262
- A GitHub action is preconfigured to automatically lint every commit on all branches.
6363

6464
## Funding URL

0 commit comments

Comments
 (0)