Skip to content

Commit 8d68839

Browse files
authored
fix: resolve ci tests (#16)
1 parent e851998 commit 8d68839

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
// Auto fix
99
"editor.codeActionsOnSave": {
1010
"source.fixAll": "explicit",
11-
"source.organizeImports": "never"
11+
"source.organizeImports": "never",
12+
"source.fixAll.biome": "explicit",
13+
"source.organizeImports.biome": "explicit"
1214
},
1315

1416
// Silent the stylistic rules in you IDE, but still auto fix them

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vitepress dev",
88
"build": "vitepress build",
99
"preview": "vitepress preview",
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "echo \"Error: no test specified\""
1111
},
1212
"devDependencies": {
1313
"vitepress": "^1.5.0"

packages/core/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default antfu(
1010
rules: {
1111
'perfectionist/sort-named-imports': 'off',
1212
'antfu/if-newline': 'off',
13+
'perfectionist/sort-exports': 'off',
1314
},
1415
},
1516
);

0 commit comments

Comments
 (0)