Skip to content

Commit e344af0

Browse files
committed
Remove superfluous xo rules
1 parent 2856c1e commit e344af0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@
6060
},
6161
"xo": {
6262
"prettier": true,
63-
"esnext": false,
64-
"rules": {
65-
"guard-for-in": "off",
66-
"no-var": "off",
67-
"prefer-arrow-callback": "off"
68-
}
63+
"esnext": false
6964
},
7065
"remarkConfig": {
7166
"plugins": [

0 commit comments

Comments
 (0)