File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11coverage /
2+ * .json
3+ * .md
Original file line number Diff line number Diff line change 3636 "nlcst-to-string" : " ^2.0.0" ,
3737 "nyc" : " ^15.0.0" ,
3838 "prettier" : " ^2.0.0" ,
39- "remark-cli" : " ^7 .0.0" ,
40- "remark-preset-wooorm" : " ^6 .0.0" ,
39+ "remark-cli" : " ^8 .0.0" ,
40+ "remark-preset-wooorm" : " ^7 .0.0" ,
4141 "retext" : " ^7.0.0" ,
4242 "rimraf" : " ^3.0.0" ,
43- "tape" : " ^4 .0.0" ,
43+ "tape" : " ^5 .0.0" ,
4444 "to-vfile" : " ^6.0.0" ,
4545 "unist-util-visit" : " ^2.0.0" ,
46- "xo" : " ^0.28 .0"
46+ "xo" : " ^0.32 .0"
4747 },
4848 "scripts" : {
49- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
49+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
5050 "test-api" : " node test" ,
5151 "test-coverage" : " nyc --reporter lcov tape test/index.js" ,
5252 "test" : " npm run format && npm run test-coverage"
6969 "prettier" : true ,
7070 "esnext" : false ,
7171 "rules" : {
72+ "unicorn/prefer-number-properties" : " off" ,
73+ "unicorn/no-fn-reference-in-iterator" : " off" ,
7274 "unicorn/string-content" : " off"
7375 }
7476 },
You can’t perform that action at this time.
0 commit comments