We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c732f07 commit 0329699Copy full SHA for 0329699
1 file changed
package.json
@@ -42,8 +42,8 @@
42
"querystring-es3": "^0.2.1",
43
"readable-stream": "^3.6.0",
44
"builtin-status-codes": "^3.0.0",
45
- "inherits": "^2.0.4",
46
- "xtend": "^4.0.2",
+ "inherits": "^2.0.4",
+ "xtend": "^4.0.2",
47
"stream-browserify": "^3.0.0",
48
"string_decoder": "^1.3.0",
49
"timers-browserify": "^2.0.12",
@@ -65,6 +65,9 @@
65
"xo": {
66
"rules": {
67
"unicorn/prefer-module": "off"
68
- }
+ },
69
+ "ignores": [
70
+ "modules/**"
71
+ ]
72
}
-}
73
+}
0 commit comments