Skip to content

Commit 3c9876e

Browse files
committedSep 11, 2024
fix(lint): stylistic rule
1 parent c5df173 commit 3c9876e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export interface ModuleOptions {
1414
* Enable Studio mode
1515
* @default: 'production'
1616
*/
17-
enabled: 'production' | true,
18-
gitInfo: GitInfo | null,
17+
enabled: 'production' | true
18+
gitInfo: GitInfo | null
1919
}
2020

2121
export interface ModuleHooks {}

0 commit comments

Comments
 (0)