hellob.art/lintstagedrc.cjs

7 lines
139 B
JavaScript

module.exports = {
'**/*.{js,ts,cjs,svelte,tsx}': [
() => 'tsc -p tsconfig.json --noEmit',
'eslint --fix',
'prettier --write'
]
};