Skip to content

Commit 79ae711

Browse files
committed
update
1 parent eef7666 commit 79ae711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Verité Mugabo Makuza
3+
Copyright (c) 2022 - PRESENT Verité Mugabo Makuza
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface PluginDocs {
1818

1919
export function createEslintRule<TOptions extends readonly unknown[], TMessageIds extends string>(rule: Readonly<ESLintUtils.RuleWithMetaAndName<TOptions, TMessageIds, PluginDocs>>) {
2020
const createRule = ESLintUtils.RuleCreator<PluginDocs>(
21-
ruleName =>
21+
(ruleName: string) =>
2222
`https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/${ruleName}.md`
2323
)
2424

0 commit comments

Comments
 (0)