From 3fdf9548df5c7a503b998d93b167aa5373d5c0d8 Mon Sep 17 00:00:00 2001
From: Ihor Barban <161361552+barbanihor@users.noreply.github.com>
Date: Sat, 11 Jan 2025 18:54:39 +0100
Subject: [PATCH 1/9] Update index.html
---
src/index.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/index.html b/src/index.html
index e69de29bb2..d131d7d77a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Document
+
+
+ Hello, world!
+
+
From 3e5762676f692288ff0f9998de87af440107f89a Mon Sep 17 00:00:00 2001
From: Ihor Barban
Date: Sat, 11 Jan 2025 19:25:59 +0100
Subject: [PATCH 2/9] Hello, world
---
package-lock.json | 9 +++++----
package.json | 3 +--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 61cf4a2b31..4bdc59529c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@mate-academy/backstop-config": "latest",
"@mate-academy/bemlint": "latest",
"@mate-academy/linthtml-config": "latest",
- "@mate-academy/scripts": "^1.8.6",
+ "@mate-academy/scripts": "^1.9.12",
"@mate-academy/stylelint-config": "latest",
"backstopjs": "6.3.23",
"jest": "^29.7.0",
@@ -1211,10 +1211,11 @@
"dev": true
},
"node_modules/@mate-academy/scripts": {
- "version": "1.8.6",
- "resolved": "https://registry.npmjs.org/@mate-academy/scripts/-/scripts-1.8.6.tgz",
- "integrity": "sha512-b4om/whj4G9emyi84ORE3FRZzCRwRIesr8tJHXa8EvJdOaAPDpzcJ8A0sFfMsWH9NUOVmOwkBtOXDu5eZZ00Ig==",
+ "version": "1.9.12",
+ "resolved": "https://registry.npmjs.org/@mate-academy/scripts/-/scripts-1.9.12.tgz",
+ "integrity": "sha512-/OcmxMa34lYLFlGx7Ig926W1U1qjrnXbjFJ2TzUcDaLmED+A5se652NcWwGOidXRuMAOYLPU2jNYBEkKyXrFJA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@octokit/rest": "^17.11.2",
"@types/get-port": "^4.2.0",
diff --git a/package.json b/package.json
index ce9d180d76..bbc33bb8b3 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,12 @@
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
- "dependencies": {},
"devDependencies": {
"@linthtml/linthtml": "^0.9.6",
"@mate-academy/backstop-config": "latest",
"@mate-academy/bemlint": "latest",
"@mate-academy/linthtml-config": "latest",
- "@mate-academy/scripts": "^1.8.6",
+ "@mate-academy/scripts": "^1.9.12",
"@mate-academy/stylelint-config": "latest",
"backstopjs": "6.3.23",
"jest": "^29.7.0",
From dd8143674260b4a173f6417631a9bf91360660d9 Mon Sep 17 00:00:00 2001
From: Ihor Barban
Date: Sat, 11 Jan 2025 19:36:33 +0100
Subject: [PATCH 3/9] done
---
.linthtmlrc.json | 13 ++-----------
src/index.html | 17 ++++++++++-------
2 files changed, 12 insertions(+), 18 deletions(-)
diff --git a/.linthtmlrc.json b/.linthtmlrc.json
index 477c99b1b9..9344ca8a56 100644
--- a/.linthtmlrc.json
+++ b/.linthtmlrc.json
@@ -26,23 +26,14 @@
"indent-width-cont": true,
"input-radio-req-name": true,
"spec-char-escape": true,
- "tag-bans": [
- "b",
- "i",
- "u",
- "center",
- "style",
- "marquee",
- "font",
- "s"
- ],
+ "tag-bans": ["b", "i", "u", "center", "style", "marquee", "font", "s"],
"tag-name-lowercase": true,
"tag-name-match": true,
"tag-self-close": false,
"tag-close": true,
"text-ignore-regex": "&",
"title-no-dup": true,
- "line-end-style": "lf",
+ "line-end-style": "crlf",
"attr-new-line": 2,
"attr-name-style": "dash",
"attr-no-unsafe-char": true
diff --git a/src/index.html b/src/index.html
index d131d7d77a..b39279ba68 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,11 +1,14 @@
-
+
-
-
-
+
+
+
Document
-
-
+
+
Hello, world!
-
+
From 7c5febb63aa0031ff531ec894b665fa9245e002c Mon Sep 17 00:00:00 2001
From: Ihor Barban
Date: Sat, 11 Jan 2025 19:41:03 +0100
Subject: [PATCH 4/9] lf changed
---
.linthtmlrc.json | 2 +-
src/index.html | 28 ++++++++++++++--------------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.linthtmlrc.json b/.linthtmlrc.json
index 9344ca8a56..c427a6878c 100644
--- a/.linthtmlrc.json
+++ b/.linthtmlrc.json
@@ -33,7 +33,7 @@
"tag-close": true,
"text-ignore-regex": "&",
"title-no-dup": true,
- "line-end-style": "crlf",
+ "line-end-style": "lf",
"attr-new-line": 2,
"attr-name-style": "dash",
"attr-no-unsafe-char": true
diff --git a/src/index.html b/src/index.html
index b39279ba68..8ca027dd62 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,14 +1,14 @@
-
-
-
-
-
- Document
-
-
- Hello, world!
-
-
+
+
+
+
+
+ Document
+
+
+ Hello, World!
+
+
From 65c72fef2d9df4ff89977c5777c1b7745462de78 Mon Sep 17 00:00:00 2001
From: Ihor Barban
Date: Sat, 11 Jan 2025 19:44:24 +0100
Subject: [PATCH 5/9] w changed
---
src/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/index.html b/src/index.html
index 8ca027dd62..955ab44fc5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -9,6 +9,6 @@
Document
- Hello, World!
+ Hello, world!