mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
fix: resolve lint, format and type errors
This commit is contained in:
parent
539dd2acbd
commit
16045ca5ba
4 changed files with 9 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
module.exports = {
|
||||
'**/*.{js,ts,cjs,svelte,tsx}': [() => 'tsc -p tsconfig.json --noEmit', 'eslint --fix', 'prettier --write']
|
||||
};
|
||||
'**/*.{js,ts,cjs,svelte,tsx}': [
|
||||
() => 'tsc -p tsconfig.json --noEmit',
|
||||
'eslint --fix',
|
||||
'prettier --write'
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue