Skip to content

Commit f01a155

Browse files
committed
fixed some linting warnings for package.json files post rebase (and conflicts fixing)
1 parent 65528c0 commit f01a155

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
1919
"scripts": {
2020
"build": "rollup --config",
21-
2221
"format": "prettier . --cache --write",
2322
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
2423
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
"tsx": "^4.19.2",
5050
"typescript": "^5.7.2"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)