Skip to content

Commit a8395eb

Browse files
authored
Move stylelint into webview package (#4453)
1 parent e7857d8 commit a8395eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
"postcss": "8.4.27",
6565
"prettier": "3.0.0",
6666
"prettier-config-standard": "5.0.0",
67-
"stylelint": "15.10.2",
68-
"stylelint-config-standard-scss": "10.0.0",
6967
"ts-node": "10.9.1",
7068
"turbo": "1.10.12",
7169
"typescript": "5.1.6"

webview/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
"storybook": "7.2.0",
8080
"storybook-addon-themes": "6.1.0",
8181
"style-loader": "3.3.3",
82+
"stylelint": "15.10.2",
83+
"stylelint-config-standard-scss": "10.0.0",
8284
"ts-loader": "9.4.4",
8385
"webpack": "5.88.2",
8486
"webpack-cli": "5.1.4",

0 commit comments

Comments
 (0)