chore: initial hub repo structure

This commit is contained in:
asepharyana
2026-07-09 22:08:26 +07:00
commit b31fe9d188
83 changed files with 7969 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import antfu from '@antfu/eslint-config';
export default antfu({
formatters: true,
typescript: true,
rules: {
'no-console': 'off',
'eslint-comments/no-unlimited-disable': 'off',
},
});