Skip to content

Commit 26f6c46

Browse files
committed
chore: updated type annotation
1 parent 39e01a5 commit 26f6c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint-staged.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @type {Record<string, string | string[] | ((filenames: string[]) => string | string[] | Promise<string | string[]>)>}
2+
* @type {import('lint-staged').Configuration}
33
*/
44
export default {
55
'*.{js,cjs,mjs,ts,cts,mts}': ['eslint --fix', 'prettier --write'],

0 commit comments

Comments
 (0)