Skip to content

Commit

Permalink
test(definitions): fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jun 2, 2024
1 parent 8ec723d commit 291f066
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path';
import TestHelper from '@test/test-helper.js';
import TestHelper from '@test/test-helper';

const jsonSchema = require('@definitions/3.0.0/Reference.json');

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path';
import TestHelper from '@test/test-helper.js';
import TestHelper from '@test/test-helper';

const jsonSchema = require('@definitions/3.0.0/Reference.json');

Expand Down
File renamed without changes.

0 comments on commit 291f066

Please sign in to comment.