Skip to content

Commit

Permalink
Lintのコマンドを用意
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Feb 13, 2024
1 parent 1fdb148 commit bc1816c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 8 deletions.
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "markdownlint/style/relaxed",
"MD003": false,
"MD013": false,
"MD022": false,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The following command will launch an interactive prompt.

## Reference

- [slidev](https://ja.sli.dev/)
- [slidev](https://ja.sli.dev/)
76 changes: 70 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"new": "ts-node \"./scripts/createWorkspace.ts\"",
"dev": "ts-node \"./scripts/runWorkspace.ts\" --command=dev",
"build": "ts-node \"./scripts/runWorkspace.ts\" --command=build",
"export": "ts-node \"./scripts/runWorkspace.ts\" --command=export"
"export": "ts-node \"./scripts/runWorkspace.ts\" --command=export",
"lint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\""
},
"type": "module",
"engines": {
Expand All @@ -27,6 +28,7 @@
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.17",
"inquirer": "^9.2.14",
"markdownlint-cli2": "^0.12.1",
"playwright": "^1.41.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit bc1816c

Please sign in to comment.