File tree 3 files changed +3
-11
lines changed
packages/purgecss-from-pug/src
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
- npx lint-staged
1
+ npm run prettier
Original file line number Diff line number Diff line change 23
23
"husky" : " ^9.1.6" ,
24
24
"jest" : " ^29.7.0" ,
25
25
"lerna" : " ^8.1.8" ,
26
- "lint-staged" : " ^15.2.10" ,
27
26
"prettier" : " ^3.3.3" ,
28
27
"rollup" : " ^4.22.5" ,
29
28
"ts-jest" : " ^29.2.5" ,
40
39
"lint" : " eslint . --fix --ignore-pattern **/lib/** --ignore-pattern **/bin/**" ,
41
40
"prettier" : " prettier --write --parser typescript '**/*.ts'" ,
42
41
"test" : " lerna run test" ,
43
- "prepare" : " husky install"
44
- },
45
- "lint-staged" : {
46
- "*.ts" : " eslint --cache --fix" ,
47
- "*.{js,md}" : " prettier --write"
42
+ "prepare" : " husky || true"
48
43
}
49
44
}
Original file line number Diff line number Diff line change 2
2
* Pug extractor for PurgeCSS
3
3
*
4
4
* A PurgeCSS extractor for PUG files that automatically generates a list of
5
- * used CSS selectors. This extractor can be used with PurgeCSS to eliminate
5
+ * used CSS selectors. This extractor can be used with PurgeCSS to eliminate
6
6
* unused CSS and reduce the size of your production builds.
7
7
*
8
8
* @packageDocumentation
You can’t perform that action at this time.
0 commit comments