Skip to content

Commit e85b394

Browse files
committed
chore: fix eslint, format files
1 parent 89b5842 commit e85b394

31 files changed

+8926
-8366
lines changed

eslint.config.js

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
import js from "@eslint/js";
2-
import globals from "globals";
3-
import pluginVue from "eslint-plugin-vue";
4-
import { defineConfig } from "eslint/config";
1+
import js from '@eslint/js'
2+
import globals from 'globals'
3+
import pluginVue from 'eslint-plugin-vue'
4+
import { defineConfig } from 'eslint/config'
55

66
export default defineConfig([
7-
{ files: ["**/*.{js,mjs,cjs,vue}"], plugins: { js }, extends: ["js/recommended"], languageOptions: { globals: globals.browser } },
8-
pluginVue.configs["flat/essential"],
9-
]);
7+
{
8+
files: ['**/*.{js,mjs,cjs,vue}'],
9+
plugins: { js },
10+
extends: ['js/recommended'],
11+
languageOptions: { globals: globals.browser }
12+
},
13+
pluginVue.configs['flat/essential']
14+
])

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
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>when.</title>
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>when.</title>
88
<meta property="og:site_name" content="when." />
9-
<meta property="og:description" content="when. is a website that tells you when tv shows & movies are coming out - to the second." />
10-
</head>
11-
<body>
12-
<div id="app"></div>
13-
<script type="module" src="/src/main.js"></script>
14-
</body>
9+
<meta
10+
property="og:description"
11+
content="when. is a website that tells you when tv shows & movies are coming out - to the second."
12+
/>
13+
</head>
14+
<body>
15+
<div id="app"></div>
16+
<script type="module" src="/src/main.js"></script>
17+
</body>
1518
</html>

0 commit comments

Comments
 (0)