Skip to content

Commit a2923c4

Browse files
committed
Merge branch 'master' of https://github.com/KatSick/js-framework-benchmark into KatSick-master
2 parents 106d6d3 + 5894325 commit a2923c4

File tree

7 files changed

+1567
-0
lines changed

7 files changed

+1567
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"trailingComma": "none",
5+
"arrowParens": "avoid",
6+
"printWidth": 100
7+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>React + Focal 0.8.5</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<div id="main"></div>
10+
<script src="dist/main.js"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)