Skip to content

Commit f6b9fb2

Browse files
committed
build(dev-deps): update @electron/lint-roller to 3.0.0
1 parent dc10414 commit f6b9fb2

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",
@@ -58,7 +58,7 @@
5858
"@docusaurus/tsconfig": "3.7.0",
5959
"@docusaurus/types": "3.7.0",
6060
"@electron/docs-parser": "^1.0.1",
61-
"@electron/lint-roller": "^2.3.0",
61+
"@electron/lint-roller": "^3.0.0",
6262
"@tsconfig/docusaurus": "^2.0.3",
6363
"@types/adm-zip": "^0.5.5",
6464
"@types/mdast": "^4.0.4",

0 commit comments

Comments
 (0)