Skip to content

Commit 4500661

Browse files
committed
feat: editorconfig fix + relint
1 parent 1af0c75 commit 4500661

File tree

615 files changed

+96437
-93488
lines changed

Some content is hidden

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

615 files changed

+96437
-93488
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ indent_size = 2
1515
max_line_length = off
1616
trim_trailing_whitespace = false
1717

18-
[*.{json,yml,yaml,ts,vue,scss,css,html,js,cjs,mjs,gltf,prettierrc}]
18+
[*.{json,yml,yaml}]
1919
indent_size = 2

apps/app-frontend/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!doctype html>
22
<html lang="en" class="dark-mode">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<title>Modrinth App</title>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>Modrinth App</title>
88

9-
<link rel="stylesheet" href="/src/assets/stylesheets/global.scss" />
10-
</head>
9+
<link rel="stylesheet" href="/src/assets/stylesheets/global.scss" />
10+
</head>
1111

12-
<body>
13-
<div id="app"></div>
14-
<script type="module" src="/src/main.js"></script>
15-
</body>
12+
<body>
13+
<div id="app"></div>
14+
<script type="module" src="/src/main.js"></script>
15+
</body>
1616
</html>

apps/app-frontend/postcss.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
2-
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
5-
},
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
66
}

0 commit comments

Comments
 (0)