Skip to content

Commit

Permalink
prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed May 15, 2024
1 parent ad931d9 commit d1dac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/createRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import { ESLintUtils } from '@typescript-eslint/utils';
import { version, homepage } from '../../package.json';

export default ESLintUtils.RuleCreator(
name => `${homepage}/blob/v${version}/lib/docs/${name}.md`
(name) => `${homepage}/blob/v${version}/lib/docs/${name}.md`
);

0 comments on commit d1dac5a

Please sign in to comment.