Skip to content

Commit 2b55788

Browse files
committed
First day, little stuf. And using git from VS Code
1 parent cb831f3 commit 2b55788

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"eslint-plugin-prettier": "^3.1.0",
3030
"eslint-plugin-react": "^7.13.0",
3131
"eslint-plugin-react-hooks": "^1.6.0",
32-
"prettier": "^1.17.1"
32+
"prettier": "^1.19.1"
3333
}
3434
}

playground/my-running-js.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<p>Hey</p>
10+
11+
12+
<script>
13+
console.log("hey");
14+
</script>
15+
<script src="./some.js">
16+
</script>
17+
18+
</body>
19+
20+
21+
</html>

0 commit comments

Comments
 (0)