Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-lieb committed Nov 20, 2024
1 parent 1e2e2c5 commit 9057c22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prettier/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ metadata:
)
restyled: |
matrix(1, 0, 0, 0, 1, 0, 0, 0, 1);
- name: With import sorting plugin
extension: js
contents: |
import c from 'moduleC';
import a from 'moduleA';
import b from 'moduleB';
restyled: |
import a from 'moduleA';
import b from 'moduleB';
import c from 'moduleC';

0 comments on commit 9057c22

Please sign in to comment.