Skip to content

Commit fb76495

Browse files
committed
more lint fixes
1 parent e8ac473 commit fb76495

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

packages/matchstick/mocks/as/mock-includes.test.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import { log, test } from 'matchstick-as/assembly/index';
2-
import { handleCreateGravatar, handleNewGravatar } from '../src/gravity';
3-
import {
4-
createNewGravatarEvent,
5-
handleNewGravatars,
6-
saveGravatarFromContract,
7-
trySaveGravatarFromContract,
8-
} from './utils';
1+
/* eslint-disable @typescript-eslint/no-empty-function */
2+
import { test } from 'matchstick-as/assembly/index';
93

104
test('0', () => {});
115

packages/matchstick/mocks/as/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
// Mock file
2+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
23
import { Gravatar } from '../generated/schema';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
// Mock file
2+
// eslint-disable-next-line unicorn/no-empty-file

0 commit comments

Comments
 (0)