Skip to content

Commit 41fb151

Browse files
authored
Update README.md
1 parent 9275341 commit 41fb151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run your eslint task like: `METEOR_ESLINT_PLUGIN_DEBUG=1 eslint .`
2424

2525
## Options
2626

27-
- Env var `METEOR_ESLINT_PLUGIN_EXPIRES_CACHE_IN_SECONDS`: default is `5`. You can customize the cache expiration time in seconds.
27+
- Env var `METEOR_ESLINT_PLUGIN_EXPIRES_CACHE_IN_SECONDS`: default is `5`. You can customize the cache expiration time in seconds. - **This is especially important if you have a big project with several files and it takes a lot of time to analyze. If this value is too low, the cache will expire while the analysis is running, and the lint won´t work.**
2828
- Env var `METEOR_ESLINT_PLUGIN_DEBUG`: default is disabled. You can pass this to enable debug mode and see more logs.
2929
- Env var `METEOR_ESLINT_PLUGIN_IGNORE_CACHE`: default is false. You can pass this to ignore the cache.
3030
- Env var `METEOR_ESLINT_PLUGIN_FILES`: use this if you want to lint a specific file.

0 commit comments

Comments
 (0)