Skip to content

Commit

Permalink
feat: Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Feb 23, 2024
1 parent a18a0e9 commit 1621b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"lint": "npm run f -- --check && npm run m && npm run t:cache",
"lint:fix": "npm run f -- --write && npm run m -- --fix && npm run t -- --fix && npm run t:cache",
"t": "textlint ./articles/**/*.md",
"t:cache": "textlint --cache ./articles/**/*.md",
"m": "markdownlint-cli2 ./articles/**/*.md",
"f": "prettier --cache ./articles/**/*.md",
"t": "textlint ./public/**/*.md",
"t:cache": "textlint --cache ./public/**/*.md",
"m": "markdownlint-cli2 ./public/**/*.md",
"f": "prettier --cache ./public/**/*.md",
"qiita": "qiita",
"postinstall": "husky",
"preinstall": "npx only-allow npm"
Expand Down

0 comments on commit 1621b5d

Please sign in to comment.