Skip to content

Commit

Permalink
fix: masa-lint-config update
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed Jan 23, 2024
1 parent 373d4c6 commit d2b9a1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-config-masa": "^0.0.18",
"eslint-config-masa": "^0.0.22",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"https-browserify": "^1.0.0",
"husky": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/masa-client/query-client.ts
Expand Up @@ -43,7 +43,7 @@ export const createQueryClient = () => {
}

if (persister)
persistQueryClient({
void persistQueryClient({
queryClient,
persister,
dehydrateOptions: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8116,10 +8116,10 @@ eslint-config-airbnb@^19.0.4:
object.assign "^4.1.2"
object.entries "^1.1.5"

eslint-config-masa@^0.0.18:
version "0.0.18"
resolved "https://registry.yarnpkg.com/eslint-config-masa/-/eslint-config-masa-0.0.18.tgz#470572e49d444f512b3b07c6dabc8d4112db8e62"
integrity sha512-sbXlbz1d+8yY76ybhHCYUw7CT4llcJLM6Et4/pXLBcJwZwIjmD0Yap4ewSwl6TP/Q7Hs49eUk51YeeXeh7gM2w==
eslint-config-masa@^0.0.22:
version "0.0.22"
resolved "https://registry.yarnpkg.com/eslint-config-masa/-/eslint-config-masa-0.0.22.tgz#ce8950b3476043c87f278ebefe2024aaf6067731"
integrity sha512-NnKXLC4PyTcD1uflv27v6nK5ucg//nOqwWVBPMyN27foiaA2rZ+JidcJz4Z1GhYXEgjMRiBNYIE+L3PU5BInVQ==
dependencies:
"@tanstack/eslint-plugin-query" "^5.12.1"
"@typescript-eslint/eslint-plugin" "^6.19.1"
Expand Down

0 comments on commit d2b9a1b

Please sign in to comment.