Skip to content

Commit

Permalink
fix: fixed xo rule from warn > off
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Feb 10, 2023
1 parent 11c5c6e commit 2576f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .xo-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
ignore: ['config.js'],
rules: {
'unicorn/prefer-top-level-await': 'warn',
'unicorn/prefer-node-protocol': 'warn'
'unicorn/prefer-node-protocol': 'off'
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"juice": "^8.1.0",
"lodash": "^4.17.21",
"nodemailer": "^6.9.1",
"preview-email": "^3.0.9"
"preview-email": "^3.0.10"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
Expand Down

0 comments on commit 2576f25

Please sign in to comment.