Skip to content

Commit

Permalink
👕 refactor(test/data): Lint anonymize and initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 27, 2021
1 parent b458bb1 commit f62f46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/data/anonymize.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-unassigned-import
import 'regenerator-runtime/runtime.js';

import process from 'node:process';
Expand Down
1 change: 1 addition & 0 deletions test/data/initialize.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-unassigned-import
import 'regenerator-runtime/runtime.js';

import process from 'node:process';
Expand Down

0 comments on commit f62f46a

Please sign in to comment.