Skip to content

Commit

Permalink
fixing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 21, 2022
1 parent 3113275 commit e2811ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 e2811ae

Please sign in to comment.