Skip to content

Commit 469bd03

Browse files
committed
test: added rules for our backwards compatible code
back to IE9
1 parent 0b4f9ef commit 469bd03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.xo-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"rules": {
66
"unicorn/prefer-node-remove": "off",
77
"unicorn/no-array-for-each": "off",
8-
"unicorn/prefer-dom-node-remove": "off"
8+
"unicorn/prefer-dom-node-remove": "off",
9+
"no-var": "off",
10+
"prefer-arrow-callback": "off",
11+
"prefer-const": "off",
12+
"object-shorthand": "off"
913
}
1014
}

0 commit comments

Comments
 (0)