Skip to content

Commit 8ad6d4b

Browse files
chore(deps): update dependency @scaleway/eslint-config-react to ^3.15.24 (#884)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46c723a commit 8ad6d4b

File tree

3 files changed

+162
-88
lines changed

3 files changed

+162
-88
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@rollup/plugin-babel": "^6.0.3",
7878
"@rollup/plugin-commonjs": "^25.0.4",
7979
"@rollup/plugin-node-resolve": "^15.2.1",
80-
"@scaleway/eslint-config-react": "^3.15.23",
80+
"@scaleway/eslint-config-react": "^3.15.24",
8181
"babel-plugin-annotate-pure-calls": "^0.4.0",
8282
"cross-env": "^7.0.3",
8383
"cross-fetch": "^4.0.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export const isBrowser = (): boolean =>
2+
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
23
typeof window !== 'undefined' && typeof window.document !== 'undefined'

0 commit comments

Comments
 (0)