Skip to content

Commit

Permalink
refactor: 💡 apply sort imoprt
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Mar 8, 2024
1 parent 1d845d8 commit 545dd4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint-disable max-len */
import _ from "lodash";
import fs from "fs";
import os from "os";
import chalk from "chalk";
import * as prettier from "prettier/standalone";
// @ts-ignore
// eslint-disable-next-line
import phpPlugin from "@prettier/plugin-php/standalone";
import chalk from "chalk";
import detectIndent from "detect-indent";
/* eslint-disable max-len */
import _ from "lodash";
import * as prettier from "prettier/standalone";
import replaceAsync from "string-replace-async";
import {
indentStartTokens,
Expand Down

0 comments on commit 545dd4c

Please sign in to comment.