Skip to content

Commit dd408c1

Browse files
committed
feat: add eslint-plugin-import-lite to dependencies
1 parent 2a61abb commit dd408c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"eslint-plugin-command": "^3.2.1",
9494
"eslint-plugin-de-morgan": "^1.3.0",
9595
"eslint-plugin-eslint-comments": "^3.2.0",
96+
"eslint-plugin-import-lite": "^0.3.0",
9697
"eslint-plugin-jsdoc": "^51.0.7",
9798
"eslint-plugin-jsonc": "^2.20.1",
9899
"eslint-plugin-n": "^17.20.0",
@@ -126,7 +127,6 @@
126127
"@unocss/eslint-plugin": "^66.2.3",
127128
"bumpp": "^10.2.0",
128129
"eslint": "^9.29.0",
129-
"eslint-plugin-import-lite": "^0.3.0",
130130
"eslint-plugin-react-hooks": "6.0.0-rc1",
131131
"eslint-plugin-react-refresh": "^0.4.20",
132132
"eslint-plugin-svelte": "^3.9.3",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/configs/imports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { interopDefault } from '../shared'
21
import { pluginAntfu } from '../plugins'
2+
import { interopDefault } from '../shared'
33
import type { TypedFlatConfigItem } from '../types'
44

55
export async function imports(): Promise<TypedFlatConfigItem[]> {

0 commit comments

Comments
 (0)