{
  "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
  "default": true,
  "ul-style": {
    "style": "dash"
  },
  "no-trailing-spaces": {
    "br_spaces": 0,
    "list_item_empty_lines": false
  },
  "line-length": false,
  "no-inline-html": false,
  "no-duplicate-header": false,
  "proper-names": {
    "names": [
      "JavaScript",
      "HTML",
      "CSS",
      "AJAX",
      "JSON",
      "DOM",
      "BOM",
      "Less",
      "Sass",
      "SCSS",
      "HTTP",
      "HTTPS",
      "WebSocket",
      "ECMAScript",
      "ECMAScript 2015",
      "ECMAScript 6",
      "ES6",
      "ES2015",
      "jQuery",
      "jQuery Mobile",
      "React",
      "React Native",
      "Bootstrap",
      "Gulp",
      "Grunt",
      "webpack",
      "Yeoman",
      "npm",
      "spm",
      "Babel",
      "Mocha",
      "Jasmine",
      "PHP",
      "Java",
      "Node.js",
      "NodeJS",
      "MySQL",
      "MongoDB",
      "Redis",
      "Apache",
      "Nginx",
      "NGINX",
      "GitHub",
      "GitLab",
      "GitCafe",
      "Chrome",
      "Firefox",
      "Safari",
      "Internet Explore",
      "IE",
      "IE 7",
      "Opera",
      "UC",
      "Android",
      "iOS",
      "Windows",
      "OS X",
      "Ubuntu",
      "Linux",
      "Debian",
      "PC",
      "Mobile",
      "H5",
      "MacBook",
      "MacBook Pro",
      "MacBook Air",
      "iMac",
      "Mac Pro",
      "iPad",
      "Mac mini",
      "iPad Air",
      "iPad Air 2",
      "iPad mini",
      "iPhone",
      "iPhone 6s",
      "iPhone 6s Plus",
      "Apple Watch",
      "Alibaba",
      "Taobao",
      "Google",
      "Alphabet",
      "Apple",
      "Microsoft",
      "Yahoo",
      "FPS",
      "UI",
      "URL",
      "URI",
      "URLs",
      "URIs",
      "Visual Studio Code"
    ],
    "code_blocks": false
  }
}