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 Nov 11, 2024
1 parent 3f1b2c0 commit 0a004f1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ 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 @@ -56,7 +56,7 @@
"@docusaurus/tsconfig": "3.6.1",
"@docusaurus/types": "3.6.1",
"@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/fs-extra": "^9.0.13",
Expand Down
Loading

0 comments on commit 0a004f1

Please sign in to comment.