Skip to content

Commit 45ad1d0

Browse files
authored
build(deps): update lint-roller to latest major version (#4086)
1 parent be42aed commit 45ad1d0

File tree

5 files changed

+782
-377
lines changed

5 files changed

+782
-377
lines changed

.markdownlint-cli2.jsonc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"config": {
3+
"extends": "@electron/lint-roller/configs/markdownlint.json",
4+
"link-image-style": {
5+
"autolink": false,
6+
"shortcut": false,
7+
},
8+
"no-angle-brackets": true,
9+
"no-curly-braces": true,
10+
},
11+
"gitignore": true,
12+
"ignores": ["CHANGELOG.md"],
13+
"customRules": ["@electron/lint-roller/markdownlint-rules/index.mjs"],
14+
}

.markdownlint.json

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

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"docs": "yarn build && typedoc",
1414
"lerna:version": "./tools/version.sh",
1515
"lint:js": "prettier --check . --experimental-cli && eslint . --cache",
16-
"lint:markdown": "electron-markdownlint \"**/*.md\"",
17-
"lint:markdown-js": "electron-lint-markdown-standard --root . --ignore-path .markdownlintignore --semi \"**/*.md\"",
18-
"lint:markdown-links": "electron-lint-markdown-links --root . --ignore-path .markdownlintignore \"**/*.md\"",
16+
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
17+
"lint:markdown-js": "lint-roller-markdown-standard --root . --ignore-path .markdownlintignore --semi \"**/*.md\"",
18+
"lint:markdown-links": "lint-roller-markdown-links --root . --ignore-path .markdownlintignore \"**/*.md\"",
1919
"lint": "npm run lint:js && npm run lint:markdown && npm run lint:markdown-js && npm run lint:markdown-links",
2020
"lint:fix": "prettier --write . --experimental-cli && eslint --fix . --cache",
2121
"prepack": "yarn build",
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@electron/fuses": "^1.0.0",
85-
"@electron/lint-roller": "1.10.1",
85+
"@electron/lint-roller": "^3.1.3",
8686
"@types/cross-spawn": "^6.0.1",
8787
"@types/debug": "^4.1.12",
8888
"@types/express": "^4.17.9",
@@ -114,6 +114,7 @@
114114
"inquirer": "^8.0.0",
115115
"lerna": "^9.0.0",
116116
"lint-staged": "^12.1.7",
117+
"markdownlint-cli2": "^0.19.1",
117118
"minimist": "^1.2.6",
118119
"msw": "^2.7.0",
119120
"prettier": "^3.6.2",

packages/publisher/s3/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
By default, all files are positioned at the following key:
66

7+
```text
78
${config.folder || appVersion}/${artifactName}
9+
```
810

911
Configuration options are documented in [PublisherS3Config](https://js.electronforge.io/interfaces/_electron_forge_publisher_s3.PublisherS3Config.html).
1012

0 commit comments

Comments
 (0)