Skip to content

Commit 0329699

Browse files
committed
ci: test ignore
1 parent c732f07 commit 0329699

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"querystring-es3": "^0.2.1",
4343
"readable-stream": "^3.6.0",
4444
"builtin-status-codes": "^3.0.0",
45-
"inherits": "^2.0.4",
46-
"xtend": "^4.0.2",
45+
"inherits": "^2.0.4",
46+
"xtend": "^4.0.2",
4747
"stream-browserify": "^3.0.0",
4848
"string_decoder": "^1.3.0",
4949
"timers-browserify": "^2.0.12",
@@ -65,6 +65,9 @@
6565
"xo": {
6666
"rules": {
6767
"unicorn/prefer-module": "off"
68-
}
68+
},
69+
"ignores": [
70+
"modules/**"
71+
]
6972
}
70-
}
73+
}

0 commit comments

Comments
 (0)