Skip to content

Commit

Permalink
chore: fix lint-staged setup, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 28, 2024
1 parent cdeb044 commit d35e7d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 94 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"package-lock.json"
],
"words": [
"filesystems",
"impvol",
"knip",
"markdownlint",
Expand Down
98 changes: 6 additions & 92 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sentences-per-line": "^0.2.1",
"tshy": "^3.0.2",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
Expand All @@ -110,7 +109,12 @@
"provenance": true
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
"*": [
"prettier --ignore-unknown --write",
"cspell lint"
],
"*.md": "markdownlint-cli2",
"*.ts": "eslint --fix"
},
"tshy": {
"exports": {
Expand Down

0 comments on commit d35e7d2

Please sign in to comment.