lint-staged 10.5.1 → 10.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,10 +12,10 @@ This project contains a script that will run arbitrary shell tasks with a list o
|
|
|
12
12
|
|
|
13
13
|
## Related blogs posts and talks
|
|
14
14
|
|
|
15
|
-
- [
|
|
16
|
-
- [Running Jest Tests Before Each Git Commit](https://benmccormick.org/2017/02/26/running-jest-tests-before-each-git-commit/)
|
|
17
|
-
- [AgentConf
|
|
18
|
-
- [SurviveJS
|
|
15
|
+
- [Introductory Medium post - Andrey Okonetchnikov, 2016](https://medium.com/@okonetchnikov/make-linting-great-again-f3890e1ad6b8#.8qepn2b5l)
|
|
16
|
+
- [Running Jest Tests Before Each Git Commit - Ben McCormick, 2017](https://benmccormick.org/2017/02/26/running-jest-tests-before-each-git-commit/)
|
|
17
|
+
- [AgentConf presentation - Andrey Okonetchnikov, 2018](https://www.youtube.com/watch?v=-mhY7e-EsC4)
|
|
18
|
+
- [SurviveJS interview - Juho Vepsäläinen and Andrey Okonetchnikov, 2018](https://survivejs.com/blog/lint-staged-interview/)
|
|
19
19
|
|
|
20
20
|
> If you've written one, please submit a PR with the link to it!
|
|
21
21
|
|