From 5d164f4e507562874db0a1e36ff7a369ee72a527 Mon Sep 17 00:00:00 2001 From: Rubbeman <109215347+Kstadhammer@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:07:36 +0200 Subject: [PATCH 1/2] Delete readme.md --- readme.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index fca5f5e388..0000000000 --- a/readme.md +++ /dev/null @@ -1,25 +0,0 @@ -# Hello world - -Add the basic page markup and the text `Hello, world!` into the body. - -> Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/#how-to-solve-the-layout-tasks-on-github) - -## Tests - -Make sure that you installed all the required VSCode extensions: - -- ESLint (last version) -- EditorConfig (last version) -- StyleLint (last version) -- LintHTML (last version) - -## Linter - -Install [Prettier VSCode Extention](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) -and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/vscode/settings.json) to enable format on save. - -## 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/) From db5d6489aed4b7cb2b6d0a00d12d6822d523516c Mon Sep 17 00:00:00 2001 From: Kstadhammer <109215347+Kstadhammer@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:09:54 +0200 Subject: [PATCH 2/2] Delete .eslintrc.js --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 66c1bb9901..0000000000 --- a/.eslintrc.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - extends: '@mate-academy/eslint-config', -};