Skip to content

Commit 90eed32

Browse files
committed
🚨 chore(eslint): Declare dateFormatterFactory as global
Adds a `/* global */` directive to `src/examples.js`. This prevents ESLint from reporting `dateFormatterFactory` as an undeclared variable, ensuring correct linting for the file.
1 parent 1e0d399 commit 90eed32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/examples.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* global dateFormatterFactory */
2+
13
/**
24
* The function `removeAboutMeWeeklyStats()` removes weekly stats emails from about.me with the subject
35
* line "your weekly stats from about.me" from the trash folder. The regex pattern looks for instances

0 commit comments

Comments
 (0)