[WRTJS] Fix a gcc build error caused by function/class ambiguity
[platform/framework/web/chromium-efl.git] / electron / .markdownlint.json
1 {
2   "commands-show-output": false,
3   "first-line-h1": false,
4   "header-increment": false,
5   "line-length": {
6     "code_blocks": false,
7     "tables": false,
8     "stern": true,
9     "line_length": -1
10   },
11   "no-bare-urls": false,
12   "no-blanks-blockquote": false,
13   "no-duplicate-header": {
14     "allow_different_nesting": true
15   },
16   "no-emphasis-as-header": false,
17   "no-hard-tabs": {
18     "code_blocks": false
19   },
20   "no-space-in-emphasis": false,
21   "no-trailing-punctuation": false,
22   "no-trailing-spaces": {
23     "br_spaces": 0
24   },
25   "single-h1": false,
26   "no-inline-html": false
27 }