Skip to content

Commit

Permalink
disabling linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther committed Nov 4, 2023
1 parent 51a994f commit f3055dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/node.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-unresolved
import format from '../../dist/test.cjs';

test('Should run a a test app in a node environment', async () => {
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test-app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import prettier from 'prettier/standalone.js';
// eslint-disable-next-line import/no-unresolved
import solidityPlugin from '../../dist/standalone.cjs';

export default async function format(code) {
Expand Down

0 comments on commit f3055dd

Please sign in to comment.