Skip to content

Commit

Permalink
chore: Add lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 9, 2024
1 parent 33cad17 commit b6808c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignorePaths:
- .git/objects
- .gitignore
- '*.sample'
- "*.sample"
- CHANGELOG.md
- node_modules
- package-lock.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"type": "module",
"scripts": {
"lint:fix": "prettier --write .",
"build:readme": "npm run build:help && inject-markdown README.md",
"build:help": "node index.js --help > static/help.txt",
"test": "node ./index.js ."
Expand Down Expand Up @@ -36,7 +37,7 @@
"node": ">=18"
},
"dependencies": {
"inject-markdown": "^3.1.0"
"inject-markdown": "^3.0.0"
},
"devDependencies": {
"prettier": "^3.3.3"
Expand Down
4 changes: 1 addition & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
"packages": {
".": {
"releaseType": "node",
"extra-files": [
"README.md"
]
"extra-files": ["README.md"]
}
}
}

0 comments on commit b6808c0

Please sign in to comment.