File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1- root = true
2-
3- [* ]
4- trim_trailing_whitespace = true
5- insert_final_newline = true
6- charset = utf-8
7- end_of_line = lf
8-
9- [* .{js,css,ts,json} ]
10- indent_style = space
11- indent_size = 2
1+ root = true
2+
3+ [* ]
4+ trim_trailing_whitespace = true
5+ insert_final_newline = true
6+ charset = utf-8
7+ end_of_line = lf
8+
9+ [* .{js,css,ts,json} ]
10+ indent_style = space
11+ indent_size = 2
12+
13+ [* .{js,ts} ]
14+ quote_type = single
Original file line number Diff line number Diff line change 11{
22 "name" : " hanassist" ,
3- "version" : " 4.4.0 " ,
3+ "version" : " 4.4.1 " ,
44 "description" : " A MediaWiki gadget to ease Chinese variant handling in user scripts and gadgets." ,
55 "repository" : " github:diskdance/HanAssist" ,
66 "author" : " diskdance" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export default defineConfig({
2727 // MediaWiki >= 1.42.0-wmf.13 supports ES2016
2828 target : 'ES2016' ,
2929 } ,
30+ include : [ 'lib/**/*.ts' ] ,
3031 } ) ,
3132 replace ( {
3233 preventAssignment : true ,
You can’t perform that action at this time.
0 commit comments