Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Jan 25, 2025
1 parent 954f61a commit fc51b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/regexp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const LENS_HANDLE_REGEXP = /^[a-zA-Z_][a-zA-Z0-9_]{2,26}\.lens$/;

export const NUMERIC_INPUT_REGEXP_PATTERN = '^[1-9]|^0(?![0-9])[.,。]?[0-9]*$';

// cspell: disable-next-line
export const LIMO_REGEXP = /^https:\/\/vitalik\.eth\.limo\/general\//;

export const MIRROR_ARTICLE_REGEXP = /https?:\/\/mirror\.xyz\/[^/]+\/([^/]+)/;
Expand Down
2 changes: 2 additions & 0 deletions src/providers/bsky/SessionHolder.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* cspell:disable */

import { AtpAgent } from '@atproto/api';

import { DEFAULT_SERVICE_URL } from '@/constants/bsky.js';
Expand Down

0 comments on commit fc51b45

Please sign in to comment.