Skip to content

Commit 55ffcea

Browse files
committed
Fixes
1 parent 3c36894 commit 55ffcea

6 files changed

Lines changed: 8 additions & 17 deletions

File tree

.cspell.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"version": "0.2",
3-
"words": [
4-
"ZIZMOR"
5-
],
3+
"words": ["ZIZMOR"],
64
"allowCompoundWords": true,
75
"language": "en,en-US",
8-
"ignorePaths": [
9-
"*.mjs",
10-
".cspell.json",
11-
"data-store.json"
12-
],
6+
"ignorePaths": ["*.mjs", ".cspell.json", "data-store.json"],
137
"useGitignore": true
148
}

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4-
directory: '/'
4+
directory: "/"
55
schedule:
66
interval: monthly
77
open-pull-requests-limit: 1
@@ -10,4 +10,4 @@ updates:
1010
groups:
1111
github-actions:
1212
patterns:
13-
- '*'
13+
- "*"

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: Lint Code Base
44
on:
55
push:
66
branches-ignore:
7-
- 'dependabot/**'
7+
- "dependabot/**"
88
pull_request:
99
branches-ignore:
10-
- 'dependabot/**'
10+
- "dependabot/**"
1111

1212
permissions:
1313
contents: read

.travis.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Editor Plugins
1111

1212
- Visual Studio Code: [vscode-htmlhint](https://github.com/HTMLHint/vscode-htmlhint)
13-
- Sublime Text 3: [SublimeLinter-contrib-htmlhint](https://github.com/HTMLHint/SublimeLinter-contrib-htmlhint)
13+
- Sublime Text 3: [SublimeLinter-contrib-htmlhint](https://github.com/HTMLHint/SublimeLinter-contrib-htmlhint)
1414

1515
## Tools
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"author": "HTMLHint",
1515
"scripts": {
16-
"prettier": "npx prettier --write \"**/*.{json,js,md,scss,yml}\"",
16+
"prettier": "npx prettier --write \"**/*.{json,md,yml}\"",
1717
"spellcheck": "npx cspell \"*.md\" --no-progress"
1818
}
1919
}

0 commit comments

Comments
 (0)