Skip to content

Commit 06391bb

Browse files
committed
Redesign week 1 examples
1 parent 51d52d1 commit 06391bb

File tree

45 files changed

+1413
-967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1413
-967
lines changed

.eslintrc

Lines changed: 0 additions & 47 deletions
This file was deleted.

.eslintrc.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es6": true,
5+
"node": true
6+
},
7+
"extends": ["airbnb-base", "prettier"],
8+
"globals": {
9+
"Atomics": "readonly",
10+
"SharedArrayBuffer": "readonly"
11+
},
12+
"parserOptions": {
13+
"ecmaVersion": 2018
14+
},
15+
"rules": {
16+
"linebreak-style": "off",
17+
"strict": "off",
18+
"no-console": "off"
19+
}
20+
}

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"cSpell.words": ["asynchronicity", "campbells", "firstname", "onvoiceschanged", "todos"]
2+
"cSpell.words": [
3+
"XMLHTTP",
4+
"asynchronicity",
5+
"campbells",
6+
"firstname",
7+
"onvoiceschanged",
8+
"todos"
9+
]
310
}

0 commit comments

Comments
 (0)