File tree Expand file tree Collapse file tree 2 files changed +586
-32
lines changed Expand file tree Collapse file tree 2 files changed +586
-32
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments