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! From c6900d51128ad8dbf3145910b045eceb156d1ca9 Mon Sep 17 00:00:00 2001 From: Ihor Barban Date: Sat, 11 Jan 2025 19:50:17 +0100 Subject: [PATCH 6/9] deployed --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index ad9a93a7c1..f04e2bb026 100644 --- a/src/main.js +++ b/src/main.js @@ -1 +1,2 @@ 'use strict'; +''; From dab35ed0dc111e90028b0fc41579ea8923e4c69f Mon Sep 17 00:00:00 2001 From: Ihor Barban Date: Sat, 11 Jan 2025 19:52:55 +0100 Subject: [PATCH 7/9] FUCKING TEST --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index f04e2bb026..ad9a93a7c1 100644 --- a/src/main.js +++ b/src/main.js @@ -1,2 +1 @@ 'use strict'; -''; From 1f9a2cedeb62bf25fb7e5c80b16771a2aae75674 Mon Sep 17 00:00:00 2001 From: Ihor Barban Date: Sat, 11 Jan 2025 20:04:52 +0100 Subject: [PATCH 8/9] I hate this task --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fca5f5e388..fea13667f1 100644 --- a/readme.md +++ b/readme.md @@ -21,5 +21,6 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v ## Demo Links Replace `` with your Github username and copy the links to Pull Request description: + - [DEMO LINK](https://.github.io/layout_hello-world/) -- [TEST REPORT LINK](https://.github.io/layout_hello-world/report/html_report/) +- [TEST REPORT LINK]https://.github.io/layout_hello-world/report/html_report/ From f1ff34845f1fa4ebc74aac7400ce4811a6bbaf8b Mon Sep 17 00:00:00 2001 From: Ihor Barban Date: Sat, 11 Jan 2025 20:14:06 +0100 Subject: [PATCH 9/9] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fea13667f1..bab238885b 100644 --- a/readme.md +++ b/readme.md @@ -22,5 +22,5 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v Replace `` with your Github username and copy the links to Pull Request description: -- [DEMO LINK](https://.github.io/layout_hello-world/) -- [TEST REPORT LINK]https://.github.io/layout_hello-world/report/html_report/ +- [DEMO LINK](https://barbanihor.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://barbanihor.github.io/layout_hello-world/report/html_report/)