Skip to content

Commit

Permalink
etcd - upgrading xo to 0.51.0 (#445)
Browse files Browse the repository at this point in the history
* etcd - upgrading xo to 0.51.0

* fixing eslint
  • Loading branch information
jaredwray authored Aug 21, 2022
1 parent 757350a commit 2153fc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/etcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tsd": "^0.22.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"xo": "^0.50.0"
"xo": "^0.51.0"
},
"tsd": {
"directory": "test"
Expand Down
2 changes: 2 additions & 0 deletions packages/memcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"rules": {
"unicorn/prefer-module": 0,
"unicorn/no-array-reduce": 0,
"n/prefer-global/process": 0,
"node/prefer-global/process": 0,
"unicorn/prefer-object-from-entries": 0,
"unicorn/prefer-node-protocol": 0,
"ava/no-ignored-test-files": [
Expand Down
1 change: 0 additions & 1 deletion packages/memcache/test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable n/prefer-global/process */
const {promisify} = require('util');
const test = require('ava');
const Keyv = require('keyv');
Expand Down

0 comments on commit 2153fc0

Please sign in to comment.