Skip to content

Commit 8ea509b

Browse files
committed
Remove superfluous xo rules
1 parent d4ef8cb commit 8ea509b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@
6464
},
6565
"xo": {
6666
"prettier": true,
67-
"esnext": false,
68-
"rules": {
69-
"no-var": "off",
70-
"prefer-arrow-callback": "off",
71-
"object-shorthand": "off"
72-
}
67+
"esnext": false
7368
},
7469
"remarkConfig": {
7570
"plugins": [

0 commit comments

Comments
 (0)