Skip to content

Commit 68b9ab1

Browse files
Update Linters (hestiacp#3897)
* Update Linters * Update Prettier to 3.0 Inlcuding updating the plugins should fix the issue * Run npm run format --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent f798418 commit 68b9ab1

File tree

32 files changed

+205
-441
lines changed

32 files changed

+205
-441
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ module.exports = {
66
'prettier-plugin-sh',
77
'prettier-plugin-sql',
88
],
9-
pluginSearchDirs: ['.'],
109
// PHP Settings
11-
phpVersion: '8.1',
10+
phpVersion: '8.2',
1211
braceStyle: '1tbs',
1312
// Overrides for some files
1413
overrides: [

docs/.vitepress/theme/components/InstallOptions.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
},
7878
(err) => {
7979
console.error("Could not copy to clipboard:", err);
80-
}
80+
},
8181
);
8282
},
8383
},
@@ -256,7 +256,10 @@ export default {
256256
border: 1px solid transparent;
257257
display: inline-block;
258258
font-weight: 600;
259-
transition: color 0.25s, border-color 0.25s, background-color 0.25s;
259+
transition:
260+
color 0.25s,
261+
border-color 0.25s,
262+
background-color 0.25s;
260263
border-radius: 20px;
261264
font-size: 16px;
262265
padding: 10px 20px;

install/common/templates/web/skel/document_errors/403.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/skel/document_errors/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/skel/document_errors/410.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/skel/document_errors/50x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/skel/public_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/suspend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

install/common/templates/web/unassigned/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)