Skip to content

Commit 0bf92b7

Browse files
committed
init
1 parent 87b1ac4 commit 0bf92b7

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

Diff for: .vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": ["dbaeumer.vscode-eslint"]
5+
}

Diff for: .vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.fixAll": true
5+
}
6+
}

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# tutorials
1+
# Tutorials
2+
3+
A list of open CodeRoad tutorials.

Diff for: tutorials.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"id": "1",
4+
"title": "Basic Node & Express",
5+
"configUrl": "https://raw.githubusercontent.com/coderoad/fcc-basic-node-and-express/master/coderoad-config.json"
6+
},
7+
{
8+
"id": "2",
9+
"title": "Learn NPM",
10+
"configUrl": "https://raw.githubusercontent.com/coderoad/fcc-learn-npm/master/coderoad-config.json"
11+
}
12+
]

0 commit comments

Comments
 (0)