Skip to content

Commit 9a4eb9e

Browse files
committed
chore(lint-stage): updated @type
1 parent cca0089 commit 9a4eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 | (filenames: string[]) => string | string[] | Promise<string | string[]>}
2+
* @type {Record<string, string | string[] | ((files: string[]) => string | string[] | Promise<string | string[]>)>}
33
*/
44
export default {
55
'*.{js,cjs,mjs,ts,cts,mts}': ['eslint --fix', 'prettier --write'],

0 commit comments

Comments
 (0)