feat: Most settings implemented
This commit is contained in:
parent
f8c2f4f228
commit
98ad7d1432
41 changed files with 1976 additions and 421 deletions
|
@ -37,7 +37,8 @@ export default ts.config(
|
|||
},
|
||||
{
|
||||
rules: {
|
||||
'svelte/no-at-html-tags': 'off'
|
||||
'svelte/no-at-html-tags': 'off',
|
||||
'@typescript-eslint/no-unsafe-function-type': 'off'
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue