Skip to content

Commit

Permalink
chore(deps): update dependency @scaleway/eslint-config-react to ^3.15…
Browse files Browse the repository at this point in the history
….24 (#884)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 46c723a commit 8ad6d4b
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 88 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@scaleway/eslint-config-react": "^3.15.23",
"@scaleway/eslint-config-react": "^3.15.24",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/clients/src/helpers/is-browser.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export const isBrowser = (): boolean =>
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
typeof window !== 'undefined' && typeof window.document !== 'undefined'
Loading

0 comments on commit 8ad6d4b

Please sign in to comment.