Skip to content

Commit b8218b8

Browse files
authored
Merge pull request #202 from htmlhint/dev/coliff/config-updates
Config Updates
2 parents d81f5be + fbd647e commit b8218b8

File tree

4 files changed

+31
-24
lines changed

4 files changed

+31
-24
lines changed

.cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": "0.2",
33
"words": [
44
"autobuild",
5+
"codeql",
56
"fnames",
67
"htmlhint",
78
"htmlhintrc",
@@ -11,6 +12,8 @@
1112
"VSIX"
1213
],
1314
"language": "en,en-US",
14-
"ignorePaths": [".cspell.json"],
15+
"ignorePaths": [
16+
".cspell.json"
17+
],
1518
"useGitignore": true
1619
}

.github/workflows/super-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ jobs:
2929
DEFAULT_BRANCH: main
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
IGNORE_GITIGNORED_FILES: true
32-
JAVASCRIPT_DEFAULT_STYLE: prettier
3332
LINTER_RULES_PATH: /
3433
LOG_LEVEL: NOTICE
3534
SUPPRESS_POSSUM: true
3635
VALIDATE_ALL_CODEBASE: false
3736
VALIDATE_EDITORCONFIG: false
3837
VALIDATE_HTML: false
38+
VALIDATE_HTML_PRETTIER: false
3939
VALIDATE_JSCPD: false
40+
VALIDATE_JSON_PRETTIER: false
4041
VALIDATE_MARKDOWN: false
42+
VALIDATE_MARKDOWN_PRETTIER: false
4143
VALIDATE_NATURAL_LANGUAGE: false
4244
VALIDATE_TYPESCRIPT_STANDARD: false

package-lock.json

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"devDependencies": {
2323
"@typescript-eslint/eslint-plugin": "6.7.0",
2424
"@typescript-eslint/parser": "6.7.0",
25-
"eslint": "8.57.0",
25+
"eslint": "8.57.1",
2626
"eslint-config-prettier": "9.1.0",
27-
"prettier": "3.3.2"
27+
"prettier": "3.3.3"
2828
},
2929
"engines": {
3030
"node": ">= 18"

0 commit comments

Comments
 (0)