chore: update deps

This commit is contained in:
Anthony Fu
2022-11-17 01:27:16 +08:00
parent 65aec3f101
commit 94b5fdddad
9 changed files with 249 additions and 238 deletions

View File

@@ -285,7 +285,7 @@ module.exports = {
'require-await': 'off',
'no-return-assign': 'off',
'operator-linebreak': ['error', 'before'],
'max-statements-per-line': ['error', { 'max': 1 }],
'max-statements-per-line': ['error', { max: 1 }],
// unicorns
// Pass error message when throwing errors