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 e3a8973 commit fa714d8Copy full SHA for fa714d8
.xo-config.js
@@ -1,5 +1,8 @@
1
module.exports = {
2
prettier: true,
3
space: true,
4
- extends: ['xo-lass']
+ extends: ['xo-lass'],
5
+ rules: {
6
+ 'unicorn/prefer-node-protocol': 'warn'
7
+ }
8
};
0 commit comments