Skip to content

Commit

Permalink
fix eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Volodin committed Jul 16, 2024
1 parent b4649ee commit 354b728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default antfu(
},
jsonc: false,
yaml: false,
markdown: false,
},
{
ignores: ["public/**"],
Expand Down
2 changes: 1 addition & 1 deletion src/types/social-networks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type AvailableNetworks from "../data/networks.ts";

export type SocialNetworks = typeof AvailableNetworks & Record<string, string>;
export type SocialNetworks = typeof AvailableNetworks & Record<string, string>;

0 comments on commit 354b728

Please sign in to comment.