From 2576f258768a79e35aaa7d62780d271c95d428a2 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:07:28 -0600 Subject: [PATCH] fix: fixed xo rule from warn > off --- .xo-config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xo-config.js b/.xo-config.js index d923bb2..31cfa1b 100644 --- a/.xo-config.js +++ b/.xo-config.js @@ -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' } }; diff --git a/package.json b/package.json index 7e113fa..22533f0 100644 --- a/package.json +++ b/package.json @@ -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",