Skip to content

Commit 4830565

Browse files
authored
Bump xo from 1.2.1 to 1.2.2 (#900)
1 parent d3ba824 commit 4830565

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"nock": "^14.0.3",
8484
"registry-url": "^7.0.0",
8585
"sinon": "^20.0.0",
86-
"xo": "^1.2.1"
86+
"xo": "^1.2.2"
8787
},
8888
"engines": {
8989
"node": "^18.17.0 || >=20.5.0"

xo.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const xoConfig = [
88
rules: {
99
'promise/prefer-await-to-then': 0,
1010
'unicorn/no-array-reduce': 'off',
11-
'@stylistic/indent-binary-ops': ['error', 2],
1211
},
1312
},
1413
{

0 commit comments

Comments
 (0)