Update checked-in dependencies
This commit is contained in:
parent
67f7ac2add
commit
02c45745e3
174 changed files with 2781 additions and 5722 deletions
20
node_modules/eslint-plugin-import/CONTRIBUTING.md
generated
vendored
20
node_modules/eslint-plugin-import/CONTRIBUTING.md
generated
vendored
|
|
@ -6,15 +6,15 @@ Thanks for your interest in helping out! Here are a **few** _weird_ tricks to ~~
|
|||
|
||||
When opening an [issue](#issues):
|
||||
|
||||
- [ ] search open/closed issues
|
||||
- [ ] discuss bug/enhancement in new or old issue
|
||||
- [ ] search open/closed issues
|
||||
- [ ] discuss bug/enhancement in new or old issue
|
||||
|
||||
[PR](#prs) time:
|
||||
|
||||
- [ ] write tests
|
||||
- [ ] implement feature/fix bug
|
||||
- [ ] update docs
|
||||
- [ ] make a note in change log
|
||||
- [ ] write tests
|
||||
- [ ] implement feature/fix bug
|
||||
- [ ] update docs
|
||||
- [ ] make a note in change log
|
||||
|
||||
Remember, you don't need to do it all yourself; any of these are helpful! 😎
|
||||
|
||||
|
|
@ -22,10 +22,10 @@ Remember, you don't need to do it all yourself; any of these are helpful! 😎
|
|||
|
||||
If you are new to `eslint`, below are a few resources that will help you to familiarize yourself with the project.
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
- 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).
|
||||
- Read the official `eslint` [developer guide](https://eslint.org/docs/latest/developer-guide/architecture/).
|
||||
- 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.
|
||||
- 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.
|
||||
- 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).
|
||||
- Read the official `eslint` [developer guide](https://eslint.org/docs/latest/developer-guide/architecture/).
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue