Skip to content

Commit 2af721d

Browse files
authored
Merge pull request #11 from htmlhint/dependabot/github_actions/super-linter/super-linter-8
Bump super-linter/super-linter from 7 to 8
2 parents 44c15d7 + 46cd247 commit 2af721d

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

.cspell.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"version": "0.2",
3-
"words": ["dbaeumer", "fediverse", "Merbivore"],
3+
"words": [
4+
"dbaeumer",
5+
"fediverse",
6+
"Merbivore",
7+
"Monokai"
8+
],
49
"allowCompoundWords": true,
510
"language": "en,en-US",
6-
"ignorePaths": ["*.css", ".cspell.json", "*.min.*"],
11+
"ignorePaths": [
12+
"*.css",
13+
".cspell.json",
14+
"*.min.*"
15+
],
716
"useGitignore": true
817
}

.cursor/rules/general.mdc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
alwaysApply: true
3+
---
4+
5+
# General Rules
6+
7+
- All code and comments should be in US English.
8+
- All code should be formatted with Prettier.
9+
- Use ESLint v8.57.1 to check for JavaScript errors.
10+
- Node v22 is used for development.
11+
- Use Bootstrap v5.3.7 for styling.
12+
- Use latest Astro for building the website.
13+
- Locally host JS/CSS - don't use third-party CDNs.
14+
- All HTML must be accessible.

.github/copilot-instructions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
- This projects is for HTMLHint Playround, a tool for testing HTMLHint rules.
44
- All code and comments should be in US English.
55
- All code should be formatted with Prettier.
6-
- Use ESLint to check for JavaScript errors.
7-
- Node v20 is used for development.
6+
- Use ESLint v8.57.1 to check for JavaScript errors.
7+
- Node v22 is used for development.
8+
- Use Bootstrap v5.3.0 for styling.
9+
- Use latest Astro for building the website.
10+
- Locally host JS/CSS - don't use third-party CDNs.
11+
- All HTML must be accessible.

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Super-linter
32-
uses: super-linter/super-linter/slim@v7
32+
uses: super-linter/super-linter/slim@v8
3333
env:
3434
DEFAULT_BRANCH: main
3535
FILTER_REGEX_EXCLUDE: "/test/"
@@ -47,7 +47,6 @@ jobs:
4747
VALIDATE_HTML_PRETTIER: false
4848
VALIDATE_JAVASCRIPT_ES: false
4949
VALIDATE_JAVASCRIPT_PRETTIER: false
50-
VALIDATE_JAVASCRIPT_STANDARD: false
5150
VALIDATE_JSON_PRETTIER: false
5251
VALIDATE_JSCPD: false
5352
VALIDATE_NATURAL_LANGUAGE: false

0 commit comments

Comments
 (0)