Skip to content

Commit

Permalink
test lint
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
giuseppe-coinbase committed Dec 16, 2023
1 parent 927e407 commit ee69f9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ export const init = (config: InputConfig, overrides?: OverrideComponents) => {
export const injectComponents = (overrides: OverrideComponents) => {
return (config: InputConfig) => init(config, overrides);
};

const testFunc = (): string => {
let a = 1;
return 1 ;
}

0 comments on commit ee69f9a

Please sign in to comment.