Initial setup

This commit is contained in:
Kuldeep
2026-07-23 12:10:25 +00:00
parent bd3d87e1b2
commit 2fa23beed9
13 changed files with 11375 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import baseConfig from '@xo-cash/eslint-config';
export default [
{
ignores: [ 'docs/**' ],
},
...baseConfig,
];