Skip to content

Commit 5143a7a

Browse files
committed
[Dev Deps] update markdownlint, markdownlint-cli
1 parent 3cbf96d commit 5143a7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,7 +3739,7 @@ Other Style Guides
37393739
- Be cautious about stubs and mocks - they can make your tests more brittle.
37403740
- We primarily use [`mocha`](https://www.npmjs.com/package/mocha) and [`jest`](https://www.npmjs.com/package/jest) at Airbnb. [`tape`](https://www.npmjs.com/package/tape) is also used occasionally for small, separate modules.
37413741
- 100% test coverage is a good goal to strive for, even if it’s not always practical to reach it.
3742-
- Whenever you fix a bug, _write a regression test_. A bug fixed without a regression test is almost certainly going to break again in the future.
3742+
- Whenever you fix a bug, *write a regression test*. A bug fixed without a regression test is almost certainly going to break again in the future.
37433743

37443744
**[⬆ back to top](#table-of-contents)**
37453745

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/airbnb/javascript",
4242
"devDependencies": {
43-
"markdownlint": "^0.20.4",
44-
"markdownlint-cli": "^0.23.2"
43+
"markdownlint": "^0.26.2",
44+
"markdownlint-cli": "^0.32.2"
4545
}
4646
}

0 commit comments

Comments
 (0)