Skip to content

Commit f22d221

Browse files
committed
Merge branch 'main' of github.com:bdbch/tsky into lint-staged-files
2 parents 9e46b3c + 8d68839 commit f22d221

21 files changed

Lines changed: 483 additions & 438 deletions

.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"

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
);

packages/core/src/actor.ts

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)