mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
366515e760
Signed-off-by: Philip Molares <philip.molares@udo.edu>
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"name": "@hedgedoc/docs",
|
|
"version": "2.0.0-dev",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"lint": "markdownlint-cli2 content/**/*.md",
|
|
"lint:fix": "markdownlint-cli2 --fix content/**/*.md"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint-cli2": "0.8.1"
|
|
},
|
|
"packageManager": "yarn@3.6.1"
|
|
}
|