Skip to content

Commit c7a6959

Browse files
committed
Update dev-dependencies
1 parent 6ddb038 commit c7a6959

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tape": "^5.0.0",
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^4.0.0",
55-
"xo": "^0.47.0"
55+
"xo": "^0.49.0"
5656
},
5757
"scripts": {
5858
"build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",
@@ -70,7 +70,10 @@
7070
"trailingComma": "none"
7171
},
7272
"xo": {
73-
"prettier": true
73+
"prettier": true,
74+
"rules": {
75+
"@typescript-eslint/ban-types": "off"
76+
}
7477
},
7578
"remarkConfig": {
7679
"plugins": [

0 commit comments

Comments
 (0)