Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0bf92b7

Browse files
committed
init
1 parent87b1ac4 commit0bf92b7

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

‎.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
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+
}

‎.vscode/settings.json

Lines changed: 6 additions & 0 deletions
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+
}

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
#tutorials
1+
#Tutorials
2+
3+
A list of open CodeRoad tutorials.

‎tutorials.json

Lines changed: 12 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp