chore: rename to arcanesync-backend; update agents.md; disable vitest in eslint
This commit is contained in:
parent
ec5269a579
commit
8eff6d17b8
3 changed files with 52 additions and 20 deletions
|
|
@ -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',
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue