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 08a24f8 commit 8d0364bCopy full SHA for 8d0364b
package.json
@@ -31,15 +31,15 @@
31
"devDependencies": {
32
"@types/mdast": "^3.0.3",
33
"browserify": "^16.0.0",
34
- "dtslint": "^1.0.2",
+ "dtslint": "^2.0.0",
35
"nyc": "^14.0.0",
36
"prettier": "^1.0.0",
37
"remark-cli": "^7.0.0",
38
"remark-preset-wooorm": "^6.0.0",
39
"tape": "^4.0.0",
40
"tinyify": "^2.0.0",
41
- "unified": "^8.3.2",
42
- "xo": "^0.24.0"
+ "unified": "^8.0.0",
+ "xo": "^0.25.0"
43
},
44
"scripts": {
45
"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
@@ -63,7 +63,8 @@
63
"prettier": true,
64
"esnext": false,
65
"rules": {
66
- "unicorn/prefer-type-error": "off"
+ "unicorn/prefer-type-error": "off",
67
+ "unicorn/prefer-reflect-apply": "off"
68
69
"ignore": [
70
"unist-util-is.js"
0 commit comments