File tree Expand file tree Collapse file tree 4 files changed +58
-0
lines changed
stackmuncher_lib/stm_rules Expand file tree Collapse file tree 4 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json" ,
3
+ "line_endings" : " unix" ,
4
+ "matches" : [
5
+ {
6
+ "muncher" : " reactjs"
7
+ }
8
+ ]
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json" ,
3
+ "line_endings" : " unix" ,
4
+ "matches" : [
5
+ {
6
+ "muncher" : " vuejs"
7
+ }
8
+ ]
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/muncher.json" ,
3
+ "line_endings" : " unix" ,
4
+ "language" : " ReactJS" ,
5
+ "bracket_only" : [
6
+ " ^\\ s*[{}\\ [\\ ]][\\ s;,)]*$"
7
+ ],
8
+ "line_comments" : [
9
+ " ^\\ s*//\\ s*.{10,}"
10
+ ],
11
+ "inline_comments" : [
12
+ " ^[.[^/\n ]]+\\ s//\\ s.{10,}"
13
+ ],
14
+ "block_comments_start" : [
15
+ " (?i)^\\ s*/\\ *"
16
+ ],
17
+ "block_comments_end" : [
18
+ " (?i)\\ */\\ s*$"
19
+ ]
20
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/muncher.json" ,
3
+ "line_endings" : " unix" ,
4
+ "language" : " VueJS" ,
5
+ "bracket_only" : [
6
+ " ^\\ s*[{}\\ [\\ ]][\\ s;,)]*$"
7
+ ],
8
+ "line_comments" : [
9
+ " ^\\ s*//\\ s*.{10,}"
10
+ ],
11
+ "inline_comments" : [
12
+ " ^[.[^/\n ]]+\\ s//\\ s.{10,}"
13
+ ],
14
+ "block_comments_start" : [
15
+ " (?i)^\\ s*/\\ *"
16
+ ],
17
+ "block_comments_end" : [
18
+ " (?i)\\ */\\ s*$"
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments