File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11coverage /
22unified.js
33unified.min.js
4+ * .json
5+ * .md
Original file line number Diff line number Diff line change 5757 "prettier" : " ^2.0.0" ,
5858 "remark-cli" : " ^8.0.0" ,
5959 "remark-preset-wooorm" : " ^7.0.0" ,
60- "tape" : " ^4 .0.0" ,
60+ "tape" : " ^5 .0.0" ,
6161 "tinyify" : " ^2.0.0" ,
62- "xo" : " ^0.29 .0"
62+ "xo" : " ^0.32 .0"
6363 },
6464 "scripts" : {
65- "format" : " remark . -qfo && prettier --write \" **/{*.js,*.ts} \" && xo --fix" ,
65+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
6666 "build-bundle" : " browserify index.js -s unified -o unified.js" ,
6767 "build-mangle" : " browserify index.js -s unified -p tinyify -o unified.min.js" ,
6868 "build" : " npm run build-bundle && npm run build-mangle" ,
8383 "prettier" : true ,
8484 "esnext" : false ,
8585 "rules" : {
86- "import/no-extraneous-dependencies " : " off" ,
87- "unicorn/prefer-type-error " : " off" ,
86+ "unicorn/catch-error-name " : " off" ,
87+ "unicorn/prefer-optional-catch-binding " : " off" ,
8888 "unicorn/prefer-reflect-apply" : " off" ,
89+ "unicorn/prefer-type-error" : " off" ,
8990 "guard-for-in" : " off"
9091 },
9192 "ignores" : [
9596 },
9697 "remarkConfig" : {
9798 "plugins" : [
98- " preset-wooorm" ,
99- [
100- " toc" ,
101- {
102- "heading" : " contents"
103- }
104- ]
99+ " preset-wooorm"
105100 ]
106101 },
107102 "collective" : {
You can’t perform that action at this time.
0 commit comments