Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Oct 20, 2024
1 parent 276ecf0 commit d458e5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion import-compat/ts-cjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ const { default: fetchMockCore, FetchMock } = require('fetch-mock');
fetchMockCore.route('http://example.com', 200);

new FetchMock({});

1 change: 0 additions & 1 deletion import-compat/ts-esm.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ import fetchMockCore, { FetchMock } from 'fetch-mock';
fetchMockCore.route('http://example.com', 200);

new FetchMock({});

1 change: 0 additions & 1 deletion import-compat/ts-esm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ import fetchMockCore, { FetchMock } from 'fetch-mock';
fetchMockCore.route('http://example.com', 200);

new FetchMock({});

0 comments on commit d458e5e

Please sign in to comment.