mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-08-09 15:40:29 +02:00
Bumps [eslint](https://github.com/eslint/eslint) from 10.7.0 to 10.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.7.0...v10.8.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "markdownlint-cli2-action",
|
|
"version": "24.2.0",
|
|
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
|
|
"repository": "github:DavidAnson/markdownlint-cli2-action",
|
|
"funding": "https://github.com/sponsors/DavidAnson",
|
|
"scripts": {
|
|
"build": "ncc build markdownlint-cli2-action.mjs",
|
|
"lint": "eslint *.mjs package.json --max-warnings 0 && markdownlint-cli2 *.md",
|
|
"test": "npm run lint && npm run build && git diff --exit-code"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "3.0.1",
|
|
"markdownlint-cli2": "0.23.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
"@vercel/ncc": "0.44.1",
|
|
"eslint": "10.8.0",
|
|
"eslint-package-json": "0.3.0",
|
|
"eslint-plugin-n": "18.2.2",
|
|
"eslint-plugin-unicorn": "72.0.0"
|
|
},
|
|
"keywords": [
|
|
"markdown",
|
|
"lint",
|
|
"md",
|
|
"commonmark",
|
|
"markdownlint"
|
|
]
|
|
}
|