Skip to content

Commit 6a044e5

Browse files
committed
build(dev-deps): update @electron/lint-roller to 3.0.0
1 parent 3f1b2c0 commit 6a044e5

File tree

3 files changed

+48
-136
lines changed

3 files changed

+48
-136
lines changed

.markdownlint-cli2.cjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ module.exports = {
1414
'no-newline-in-links': true,
1515
'no-shortcut-reference-links': false,
1616
},
17-
customRules: ['@electron/lint-roller/markdownlint-rules/'],
17+
customRules: [
18+
'./node_modules/@electron/lint-roller/markdownlint-rules/index.mjs',
19+
],
1820
ignores: fs.readFileSync('.markdownlintignore', 'utf-8').trim().split(os.EOL),
1921
};

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"license": "Apache-2.0",
66
"engines": {
7-
"node": "20"
7+
"node": ">=20.16.0"
88
},
99
"scripts": {
1010
"crowdin": "crowdin",
@@ -56,7 +56,7 @@
5656
"@docusaurus/tsconfig": "3.6.1",
5757
"@docusaurus/types": "3.6.1",
5858
"@electron/docs-parser": "^1.0.1",
59-
"@electron/lint-roller": "^2.3.0",
59+
"@electron/lint-roller": "^3.0.0",
6060
"@tsconfig/docusaurus": "^2.0.3",
6161
"@types/adm-zip": "^0.5.5",
6262
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)