Skip to content

Commit fa714d8

Browse files
committed
fix: switch off node: specific modules (fixes #35)
1 parent e3a8973 commit fa714d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.xo-config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module.exports = {
22
prettier: true,
33
space: true,
4-
extends: ['xo-lass']
4+
extends: ['xo-lass'],
5+
rules: {
6+
'unicorn/prefer-node-protocol': 'warn'
7+
}
58
};

0 commit comments

Comments
 (0)