Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
Update formatting around imports to be organized as:
- Builtin imports
- [newline]
- Nodule imports
- [newline]
- Project imports
  • Loading branch information
ericcornelissen committed Jun 3, 2023
1 parent 354fa19 commit 5d9061e
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 5d9061e

Please sign in to comment.