Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 7, 2023
1 parent 20d7df1 commit bd4f096
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/Typescript/apps/Metadata/bos.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"appAccount": "dummy.near"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ function MetadataViewer(metadata: Metadata) {
);
}

export default MetadataViewer;
export default MetadataViewer;
2 changes: 1 addition & 1 deletion examples/Typescript/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export default [
"ts/return-await": 2,
},
},
];
];
2 changes: 1 addition & 1 deletion examples/Typescript/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ declare const Widget: (params: {

declare const Markdown: (params: {
text: string | undefined;
}) => React.ReactNode;
}) => React.ReactNode;
6 changes: 2 additions & 4 deletions examples/Typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"types": ["@types/react", "near-social-vm-types", "./global.d.ts"],
"strict": true,
"noImplicitAny": true,
"lib": [
"esnext",
]
"lib": ["esnext"]
}
}
}

0 comments on commit bd4f096

Please sign in to comment.