mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
feat: add lint-staged and prettier
This commit is contained in:
parent
2f0d6bdbaf
commit
093e67c2bb
4 changed files with 14 additions and 12 deletions
3
lintstagedrc.cjs
Normal file
3
lintstagedrc.cjs
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
'**/*.{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