There was an error while loading. Please reload this page.
1 parent c1ebff2 commit 4a5a171Copy full SHA for 4a5a171
.lintstagedrc.cjs
@@ -2,7 +2,7 @@
2
3
module.exports = {
4
'*.{js,ts,json,svelte}': ['npm run format', 'git add'],
5
-'./src/**/*.{svelte,ts}': ['npm run format', 'npm run lint:fix'],
6
-'./.{ts,cjs,js}': ['npm run lint:fix'],
7
-'*.{jpg,jpeg,gif}': ['npm run optimize:image', 'git add'],
+'./src/**/*.{svelte,ts}': ['npm run format', 'npm run lint:fix', 'git add'],
+'./.{ts,cjs,js}': ['npm run lint:fix', 'git add'],
+'*.{jpg,jpeg,gif,png}': ['npm run optimize:image', 'git add'],
8
};
0 commit comments