File tree 5 files changed +836
-828
lines changed
5 files changed +836
-828
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ semi : true ,
3
+ trailingComma : 'es5' ,
4
+ singleQuote : true ,
5
+ printWidth : 80 ,
6
+ tabWidth : 2 ,
7
+ useTabs : true ,
8
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version" : " 0.2.0" ,
6
- "configurations" : [
7
- {
8
- "type" : " node" ,
9
- "request" : " attach" ,
10
- "name" : " Debug" ,
11
- "port" : 2230 ,
12
- "timeout" : 3000 ,
13
- "restart" : true ,
14
- },
15
- ]
16
- }
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "type" : " node" ,
9
+ "request" : " attach" ,
10
+ "name" : " Debug" ,
11
+ "port" : 2230 ,
12
+ "timeout" : 3000 ,
13
+ "restart" : true
14
+ }
15
+ ]
16
+ }
You can’t perform that action at this time.
0 commit comments