This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2020</p >
2121
2222## Файловая структура
23-
23+
2424```
2525source/
2626fonts/ - папка с подключаемыми шрифтами
@@ -46,15 +46,15 @@ vendors/
4646
4747## Зависимости
4848
49- - node ^10.18
49+ - node ^10
5050
5151## Что под капотом
5252
5353- Webpack
5454- SCSS
5555- JS с Babel
5656- Stylelint, Eslint
57- - Prettier, Husky, lint-staged – для автоформатирования и пре-коммит проверки
57+ - Prettier – для автоформатирования
5858
5959## Установка
6060
Original file line number Diff line number Diff line change 11{
22 "name" : " create-html-boilerplate" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " create-html-boilerplate" ,
55 "scripts" : {
6- "stylelint" : " stylelint ' source/scss/**/*.(scss|css)' " ,
7- "eslint" : " eslint ' source/js/**/*.js' " ,
6+ "stylelint" : " stylelint \" source/scss/**/*.(scss|css)\" " ,
7+ "eslint" : " eslint \" source/js/**/*.js\" " ,
88 "test" : " concurrently npm:stylelint npm:eslint" ,
99 "build" : " webpack -p" ,
10- "postbuild" : " " ,
11- "prettier" : " prettier --write 'source/(scss|js)/**/*.(scss|css|js|json)'" ,
10+ "prettier" : " prettier --write \" source/(scss|js)/**/*.(scss|css|js|json)\" " ,
1211 "start" : " webpack-dev-server --open"
1312 },
1413 "engines" : {
2928 "eslint-plugin-import" : " ^2.22.0" ,
3029 "eslint-plugin-prettier" : " ^3.1.4" ,
3130 "html-webpack-plugin" : " ^4.3.0" ,
32- "husky" : " ^4.2.5" ,
3331 "imagemin-webp-webpack-plugin" : " 3.3.2" ,
3432 "imagemin-webpack-plugin" : " 2.4.2" ,
35- "lint-staged" : " ^10.2.11" ,
3633 "mini-css-extract-plugin" : " 0.9.0" ,
3734 "node-sass" : " 4.14.1" ,
3835 "optimize-css-assets-webpack-plugin" : " 5.0.3" ,
You can’t perform that action at this time.
0 commit comments