feat: add missing files (#1101)

* feat: add missing files

* chore: update readme

* chore: update branch

* chore: remove olds from matrix

* chore: remove dev containers
This commit is contained in:
Bas van Zanten
2025-12-11 11:07:38 +01:00
committed by GitHub
parent 79e1984940
commit 7d93ee3a7d
30 changed files with 6497 additions and 2375 deletions

13
eslint.config.js Normal file
View File

@@ -0,0 +1,13 @@
import antfu from "@antfu/eslint-config";
export default antfu({
ignores: [".pnpm-store/**", "**/lib/**", "**/generated/**"],
formatters: true,
vue: true,
stylistic: {
indent: "tab",
semi: true,
quotes: "double",
},
typescript: true,
});