Skip to content

Commit

Permalink
build(dev-deps): update @electron/lint-roller to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 18, 2025
1 parent dc10414 commit f6b9fb2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 136 deletions.
4 changes: 3 additions & 1 deletion .markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = {
'no-newline-in-links': true,
'no-shortcut-reference-links': false,
},
customRules: ['@electron/lint-roller/markdownlint-rules/'],
customRules: [
'./node_modules/@electron/lint-roller/markdownlint-rules/index.mjs',
],
ignores: fs.readFileSync('.markdownlintignore', 'utf-8').trim().split(os.EOL),
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "Apache-2.0",
"engines": {
"node": "20"
"node": ">=20.16.0"
},
"scripts": {
"crowdin": "crowdin",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@docusaurus/tsconfig": "3.7.0",
"@docusaurus/types": "3.7.0",
"@electron/docs-parser": "^1.0.1",
"@electron/lint-roller": "^2.3.0",
"@electron/lint-roller": "^3.0.0",
"@tsconfig/docusaurus": "^2.0.3",
"@types/adm-zip": "^0.5.5",
"@types/mdast": "^4.0.4",
Expand Down
Loading

0 comments on commit f6b9fb2

Please sign in to comment.