docs: add some capitalization info to markdownlint config

This commit is contained in:
Oleg Kalachev
2018-08-10 22:20:40 +03:00
parent a325156e71
commit 53e644a5f7
3 changed files with 21 additions and 5 deletions

View File

@@ -1,5 +1,20 @@
{
"MD003": false,
"MD013": false,
"MD033": false
"MD033": false,
"MD044": {
"names": [
"MAVLink",
"ROS",
"Python",
"C++",
"PX4",
"WireShark",
"Wi-Fi",
"Raspberry Pi",
"PixHawk",
"PixRacer",
"ArUco"
]
}
}