diff --git a/.github/workflows/css-linting.yml b/.github/workflows/css-linting.yml index fae3b66..48b333a 100644 --- a/.github/workflows/css-linting.yml +++ b/.github/workflows/css-linting.yml @@ -20,4 +20,4 @@ jobs: - name: Install dependencies run: sudo npm install - name: Run tests - run: sudo npm run lintCSS \ No newline at end of file + run: sudo npm run lint-css \ No newline at end of file diff --git a/.github/workflows/html-linting.yml b/.github/workflows/html-linting.yml index ab68590..c24292b 100644 --- a/.github/workflows/html-linting.yml +++ b/.github/workflows/html-linting.yml @@ -20,4 +20,4 @@ jobs: - name: Install dependencies run: sudo npm install - name: Run tests - run: sudo npm run lintHTML + run: sudo npm run lint-html diff --git a/.github/workflows/js-linting.yml b/.github/workflows/js-linting.yml index f3aafaf..b642926 100644 --- a/.github/workflows/js-linting.yml +++ b/.github/workflows/js-linting.yml @@ -22,4 +22,4 @@ jobs: - name: Install dependencies run: sudo npm install - name: Run tests - run: sudo npm run lint \ No newline at end of file + run: sudo npm run lint-js \ No newline at end of file diff --git a/.htmlhintrc b/.htmlhintrc index edd263f..6a6a6bd 100644 --- a/.htmlhintrc +++ b/.htmlhintrc @@ -1,3 +1,4 @@ { - "attr-value-not-empty": false + "attr-value-not-empty": false, + "space-tab-mixed-disabled": false } diff --git a/.stylelintrc.json b/.stylelintrc.json index 2f1eeda..76eba38 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,4 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "ignore": ["inside-parens", "param", "value"] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/source/CreatePage.html b/source/CreatePage.html index a1f9581..0388673 100644 --- a/source/CreatePage.html +++ b/source/CreatePage.html @@ -40,9 +40,14 @@
Pic: -