Skip to content

Commit

Permalink
Moved lint-staged settings to root level
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 5a0d5f8 commit a6b0d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 1 addition & 8 deletions core/nut.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"coverage:clean": "rimraf coverage",
"publish:next": "pnpm publish --tag next --no-git-checks",
"prepublishOnly": "pnpm run compile",
"versionBump": "bump --tag --push --all",
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
},
"dependencies": {
Expand All @@ -65,12 +64,6 @@
"node-abort-controller": "3.1.1"
},
"devDependencies": {
"@nut-tree/configs": "workspace:*",
"istanbul-merge": "2.0.0",
"nyc": "15.1.0",
"version-bump-prompt": "6.1.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
"@nut-tree/configs": "workspace:*"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"ts-node": "10.9.2",
"typedoc": "0.25.8",
"typescript": "5.3.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}

0 comments on commit a6b0d11

Please sign in to comment.