File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 16
16
"gc" : " git-cz" ,
17
17
"stylelint:fix" : " stylelint './src/**/*.less' --syntax less --fix" ,
18
18
"eslint:fix" : " eslint --color --fix ./src" ,
19
- "format" : " prettier --write ./src"
19
+ "format" : " prettier --write ./src" ,
20
+ "release" : " standard-version"
20
21
},
21
22
"author" : " vnues" ,
22
23
"license" : " ISC" ,
96
97
"react-hot-loader" : " ^4.13.0" ,
97
98
"redux-devtools-extension" : " ^2.13.9" ,
98
99
"redux-logger" : " ^3.0.6" ,
100
+ "standard-version" : " ^9.2.0" ,
99
101
"style-loader" : " ^2.0.0" ,
100
102
"stylelint" : " ^13.13.0" ,
101
103
"stylelint-config-recommended" : " ^5.0.0" ,
102
104
"terser-webpack-plugin" : " ^5.1.1" ,
103
105
"ts-loader" : " ^9.1.1" ,
104
- "ts-node" : " ^9.1.1" ,
105
106
"typescript" : " ^4.2.4" ,
106
107
"url-loader" : " ^4.1.1" ,
107
108
"webpack" : " ^5.35.1" ,
112
113
"webpack-node-externals" : " ^3.0.0" ,
113
114
"webpackbar" : " ^5.0.0-3"
114
115
},
115
- "lint-staged" : {
116
- "sr/**/*.ts?(x)" : [
117
- " prettier --write" ,
118
- " eslint --fix"
119
- ],
120
- "*.less" : [
121
- " prettier --write" ,
122
- " stylelint --syntax less --fix"
123
- ]
124
- },
125
116
"husky" : {
126
117
"hooks" : {
127
118
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
132
123
"commitizen" : {
133
124
"path" : " node_modules/cz-customizable"
134
125
}
126
+ },
127
+ "lint-staged" : {
128
+ "sr/**/*.ts?(x)" : [
129
+ " prettier --write" ,
130
+ " eslint --fix"
131
+ ],
132
+ "*.less" : [
133
+ " prettier --write" ,
134
+ " stylelint --syntax less --fix"
135
+ ]
135
136
}
136
137
}
You can’t perform that action at this time.
0 commit comments