Skip to content

Commit

Permalink
feat(js-api): test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
markocikos committed Dec 20, 2023
1 parent fb0faf7 commit f582931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/js-toolkit/packages/js-api/editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export interface EditorConfigTransformer<T> {

export interface EditorTransformer<T> {
editorConfigTransformer: EditorConfigTransformer<T>;
bar: string;

Check failure on line 19 in projects/js-toolkit/packages/js-api/editor/index.ts

View workflow job for this annotation

GitHub Actions / check (16.x)

Member "bar" should be declared before member "editorConfigTransformer"
}

0 comments on commit f582931

Please sign in to comment.