We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbd1b6 commit 1d191eeCopy full SHA for 1d191ee
package.json
@@ -47,14 +47,14 @@
47
"c8": "^7.0.0",
48
"prettier": "^2.0.0",
49
"remark-cli": "^10.0.0",
50
- "remark-preset-wooorm": "^8.0.0",
+ "remark-preset-wooorm": "^9.0.0",
51
"rimraf": "^3.0.0",
52
"tape": "^5.0.0",
53
- "tsd": "^0.17.0",
+ "tsd": "^0.20.0",
54
"type-coverage": "^2.0.0",
55
"typescript": "^4.0.0",
56
"unist-builder": "^3.0.0",
57
- "xo": "^0.42.0"
+ "xo": "^0.49.0"
58
},
59
"scripts": {
60
"prepack": "npm run build && npm run format",
@@ -73,7 +73,10 @@
73
"trailingComma": "none"
74
75
"xo": {
76
- "prettier": true
+ "prettier": true,
77
+ "rules": {
78
+ "@typescript-eslint/ban-types": "off"
79
+ }
80
81
"remarkConfig": {
82
"plugins": [
0 commit comments