Skip to content

Commit b2b79ee

Browse files
committed
Apply linting changes
1 parent 648653e commit b2b79ee

File tree

5 files changed

+258
-259
lines changed

5 files changed

+258
-259
lines changed

packages/react/src/blocks/raw/Img.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ export const Img = withBuilder(ImgComponent, {
7373
'https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4',
7474
inputs: [
7575
{
76-
name: "image",
76+
name: 'image',
7777
bubble: true,
78-
type: "file",
78+
type: 'file',
7979
allowedFileTypes: IMAGE_FILE_TYPES,
8080
required: true,
8181
},
@@ -133,4 +133,4 @@ export const Img = withBuilder(ImgComponent, {
133133
],
134134

135135
noWrap: true,
136-
});
136+
});

packages/sdks-tests/src/specs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
CONTENT_2 as imageHighPriority,
2929
CONTENT_3 as imageNoWebp,
3030
} from './image.js';
31-
import { CONTENT as rawImg} from './raw-img.js';
31+
import { CONTENT as rawImg } from './raw-img.js';
3232
import { INPUT_DEFAULT_VALUE } from './input-default-value.js';
3333
import { JS_CODE_CONTENT } from './js-code.js';
3434
import { JS_CONTENT_IS_BROWSER } from './js-content-is-browser.js';

0 commit comments

Comments
 (0)