Skip to content

Commit 40da4c7

Browse files
committed
disabling linter rule
1 parent 0e7dbdd commit 40da4c7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/node.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line import/no-unresolved
12
import format from '../../dist/test.cjs';
23

34
test('Should run a a test app in a node environment', async () => {

tests/integration/test-app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import prettier from 'prettier/standalone.js';
2+
// eslint-disable-next-line import/no-unresolved
23
import solidityPlugin from '../../dist/standalone.cjs';
34

45
export default async function format(code) {

0 commit comments

Comments
 (0)