Skip to content

Commit

Permalink
fix: switch off node: specific modules (fixes #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Feb 10, 2023
1 parent e3a8973 commit fa714d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .xo-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
prettier: true,
space: true,
extends: ['xo-lass']
extends: ['xo-lass'],
rules: {
'unicorn/prefer-node-protocol': 'warn'
}
};

0 comments on commit fa714d8

Please sign in to comment.