Skip to content

Commit 6fcab58

Browse files
committed
since we don't lint .js files anymore, there were an extra imports here
1 parent d6c3314 commit 6fcab58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/common/util.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { util, version } from 'prettier';
2-
import satisfies from 'semver/functions/satisfies.js';
1+
import { util } from 'prettier';
32

43
export function printString(rawContent, options) {
54
const double = { quote: '"', regex: /"/g };

0 commit comments

Comments
 (0)