Skip to content

Commit 6dd8d6b

Browse files
author
sunss
committed
chore(package.json): 更新依赖
1 parent 7fec907 commit 6dd8d6b

File tree

2 files changed

+586
-32
lines changed

2 files changed

+586
-32
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"prettify": "prettier --write",
2121
"pretty-quick": "pretty-quick",
2222
"lint:eslint:fix": "eslint --ext .ts,.tsx --no-error-on-unmatched-pattern --quiet --fix",
23+
"lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
2324
"commitlint": "commitlint --from=master",
2425
"serve": "serve --no-clipboard --single --listen 3000 dist",
2526
"test": "jest",
@@ -102,9 +103,9 @@
102103
"rimraf": "^3.0.2",
103104
"serve": "^12.0.0",
104105
"style-loader": "^3.2.1",
105-
"stylelint-config-recommended": "^5.0.0",
106-
"stylelint-config-styled-components": "^0.1.1",
107-
"stylelint-processor-styled-components": "^1.10.0",
106+
"stylelint": "^13.13.1",
107+
"stylelint-config-recess-order": "^2.4.0",
108+
"stylelint-config-standard": "^22.0.0",
108109
"svg-url-loader": "^7.1.1",
109110
"terser-webpack-plugin": "^5.1.4",
110111
"typescript": "^4.3.5",

0 commit comments

Comments
 (0)