Skip to content

Commit fde5d85

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.83.0 (#13)
* chore(deps): update dependency @so1ve/eslint-config to ^0.83.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8e8b263 commit fde5d85

File tree

4 files changed

+136
-136
lines changed

4 files changed

+136
-136
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@antfu/ni": "^0.21.3",
9696
"@babel/types": "^7.21.4",
97-
"@so1ve/eslint-config": "^0.79.0",
97+
"@so1ve/eslint-config": "^0.83.0",
9898
"@types/fs-extra": "^9.0.13",
9999
"@types/node": "^18.15.11",
100100
"bumpp": "^9.1.0",

playground/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite App</title>
8-
</head>
9-
<body>
10-
<div id="app"></div>
11-
<script type="module" src="./main.js"></script>
12-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Vite App</title>
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script type="module" src="./main.js"></script>
12+
</body>
1313
</html>

playground/src-import/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<div>
3-
<h2>SFC Src Imports</h2>
4-
<div class="src-imports-script">{{ msg }}</div>
5-
<div class="src-imports-style">This should be light gray</div>
3+
<h2>SFC Src Imports</h2>
4+
<div class="src-imports-script">{{ msg }}</div>
5+
<div class="src-imports-style">This should be light gray</div>
66
</div>

0 commit comments

Comments
 (0)