Skip to content

Commit

Permalink
chore: clean update after code changes
Browse files Browse the repository at this point in the history
Signed-off-by: prisis <[email protected]>
  • Loading branch information
prisis committed Dec 17, 2024
1 parent 17fe2ab commit c1ec624
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"textlint",
"write-good"
],
"type": "module",
"homepage": "https://github.com/anolilab/javascript-style-guide#readme",
"bugs": {
"url": "https://github.com/anolilab/javascript-style-guide/issues"
Expand All @@ -51,6 +50,7 @@
},
"license": "MIT",
"author": "Daniel Bannert <[email protected]>",
"type": "module",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -130,6 +130,12 @@
"engines": {
"node": ">=18.* <=23.*"
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
},
"anolilab": {
"lint-staged-config": {
"eslint": {
Expand All @@ -147,11 +153,5 @@
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
},
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/lint-staged-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"sourceRoot": "packages/lint-staged-config/src",
"projectType": "library",
"tags": ["lint-staged-config"],
"implicitDependencies": ["package-json-utils"]
"implicitDependencies": []
}
2 changes: 1 addition & 1 deletion packages/prettier-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"sourceRoot": "packages/prettier-config/src",
"projectType": "library",
"tags": ["prettier-config"],
"implicitDependencies": ["package-json-utils"]
"implicitDependencies": []
}

0 comments on commit c1ec624

Please sign in to comment.