Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent 492f4ac commit 4591831
Show file tree
Hide file tree
Showing 3 changed files with 1,142 additions and 1,080 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"unicorn/no-null": 0,
"unicorn/prevent-abbreviations": 0,
"@typescript-eslint/no-non-null-assertion": 0
"@typescript-eslint/no-non-null-assertion": 0,
"unicorn/prefer-string-replace-all": 0
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/ioredis-mock": "^8.2.2",
"@types/jsdom": "^21.1.1",
"@types/mri": "^1.1.1",
"@types/node": "^18.16.14",
"@types/node": "^20.2.3",
"@upstash/redis": "^1.20.6",
"@vercel/kv": "^0.2.1",
"@vitejs/plugin-vue": "^4.2.3",
Expand All @@ -76,7 +76,7 @@
"c8": "^7.13.0",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.1.0",
"eslint-config-unjs": "^0.2.0",
"ioredis-mock": "^8.7.0",
"jiti": "^1.18.2",
"jsdom": "^22.0.0",
Expand Down Expand Up @@ -133,4 +133,4 @@
}
},
"packageManager": "pnpm@8.5.1"
}
}
Loading

0 comments on commit 4591831

Please sign in to comment.