chore: rename to arcanesync-backend; update agents.md; disable vitest in eslint

This commit is contained in:
devilreef 2026-04-29 12:14:18 +06:00
parent ec5269a579
commit 8eff6d17b8
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
3 changed files with 52 additions and 20 deletions

View file

@ -6,9 +6,13 @@ export default antfu({
quotes: 'single',
},
typescript: true,
// project uses node --test, not vitest
vitest: false,
ignores: ['.omc', 'src/db/migrations'],
rules: {
'no-console': 'off',
'antfu/no-top-level-await': 'off',
// project uses node --test, not vitest
'test/no-import-node-test': 'off',
},
})