Skip to content

Commit

Permalink
Merge pull request #448 from ericcornelissen/format-imports
Browse files Browse the repository at this point in the history
Format imports
  • Loading branch information
ericcornelissen authored Jun 3, 2023
2 parents 3865f37 + 5d9061e commit 8fffcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/no-top-level-side-effects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as parser from '@typescript-eslint/parser';
import {RuleTester} from 'eslint';

import {trimTestCases} from './helpers';
import {noTopLevelSideEffects} from '../../lib/rules/no-top-level-side-effects';

Expand Down
1 change: 1 addition & 0 deletions tests/unit/no-top-level-variables.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as parser from '@typescript-eslint/parser';
import {RuleTester} from 'eslint';

import {trimTestCases} from './helpers';
import {noTopLevelVariables} from '../../lib/rules/no-top-level-variables';

Expand Down

0 comments on commit 8fffcbf

Please sign in to comment.