Skip to content

Commit a6b0d11

Browse files
committed
Moved lint-staged settings to root level
1 parent 5a0d5f8 commit a6b0d11

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

core/nut.js/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"coverage:clean": "rimraf coverage",
5454
"publish:next": "pnpm publish --tag next --no-git-checks",
5555
"prepublishOnly": "pnpm run compile",
56-
"versionBump": "bump --tag --push --all",
5756
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
5857
},
5958
"dependencies": {
@@ -65,12 +64,6 @@
6564
"node-abort-controller": "3.1.1"
6665
},
6766
"devDependencies": {
68-
"@nut-tree/configs": "workspace:*",
69-
"istanbul-merge": "2.0.0",
70-
"nyc": "15.1.0",
71-
"version-bump-prompt": "6.1.0"
72-
},
73-
"lint-staged": {
74-
"**/*": "prettier --write --ignore-unknown"
67+
"@nut-tree/configs": "workspace:*"
7568
}
7669
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"ts-node": "10.9.2",
3232
"typedoc": "0.25.8",
3333
"typescript": "5.3.3"
34+
},
35+
"lint-staged": {
36+
"**/*": "prettier --write --ignore-unknown"
3437
}
3538
}

0 commit comments

Comments
 (0)