update deps; make apis more type safe
This commit is contained in:
parent
9518ede41c
commit
292dcf5b49
46 changed files with 26911 additions and 550 deletions
|
|
@ -7,7 +7,7 @@ import * as plugin_import from 'eslint-plugin-import';
|
|||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ['npm/', 'node_modules/', 'exampleVault/', 'automation/', 'main.js', '*.svelte'],
|
||||
ignores: ['npm/', 'node_modules/', 'exampleVault/', 'automation/', 'main.js', '*.svelte', 'src/api/schemas/'],
|
||||
},
|
||||
{
|
||||
files: ['src/**/*.ts'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue