Skip to content

Commit 8480e74

Browse files
azyzz228ljharb
andauthored
Update CONTRIBUTING.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent 4b32338 commit 8480e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are new to ESLINT, below are few resources that will help you to familiar
2323
- Watch [this presentation](https://www.youtube.com/watch?v=2W9tUnALrLg) to learn the fundamental concept of Abstract Syntax Trees (AST) and the way `eslint` works under the hood.
2424
- Familiarize yourself with the [AST explorer](https://astexplorer.net/) tool. Look into rules in `docs/rules`, create patterns in the rules, then analyze its AST.
2525
- Explore the blog posts on how to create a custom rule. [One blog post](https://blog.yonatan.dev/writing-a-custom-eslint-rule-to-spot-undeclared-props/). [Second blog post](https://betterprogramming.pub/creating-custom-eslint-rules-cdc579694608).
26-
- Read the official ESLINT [developer guide](https://eslint.org/docs/latest/developer-guide/architecture/).
26+
- Read the official `eslint` [developer guide](https://eslint.org/docs/latest/developer-guide/architecture/).
2727

2828
## Issues
2929

0 commit comments

Comments
 (0)