Skip to content

Commit 2526eb0

Browse files
authored
lint
1 parent 29fdba4 commit 2526eb0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ export const polyfills = {
7070
}
7171

7272
export function isSupported() {
73-
return (
74-
baseSupport &&
75-
Object.values(polyfills).every(polyfill => polyfill.isSupported())
76-
)
73+
return baseSupport && Object.values(polyfills).every(polyfill => polyfill.isSupported())
7774
}
7875

7976
export function isPolyfilled() {

0 commit comments

Comments
 (0)