We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4f9ef commit 469bd03Copy full SHA for 469bd03
.xo-config.json
@@ -5,6 +5,10 @@
5
"rules": {
6
"unicorn/prefer-node-remove": "off",
7
"unicorn/no-array-for-each": "off",
8
- "unicorn/prefer-dom-node-remove": "off"
+ "unicorn/prefer-dom-node-remove": "off",
9
+ "no-var": "off",
10
+ "prefer-arrow-callback": "off",
11
+ "prefer-const": "off",
12
+ "object-shorthand": "off"
13
}
14
0 commit comments