Skip to content

Commit 39a2ac0

Browse files
committed
Remove superfluous xo rules
1 parent add2d8d commit 39a2ac0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
"prettier": true,
5656
"esnext": false,
5757
"rules": {
58-
"guard-for-in": "off",
59-
"no-var": "off",
60-
"prefer-arrow-callback": "off"
58+
"guard-for-in": "off"
6159
},
6260
"ignore": [
6361
"unist-util-inspect.js"

0 commit comments

Comments
 (0)